We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df1376 commit 0636e3cCopy full SHA for 0636e3c
RadeonRays/RadeonRays.lua
@@ -41,7 +41,7 @@ project "RadeonRays"
41
elseif os.is("linux") then
42
buildoptions "-std=c++14 -msse4.2 -fPIC"
43
linkoptions {"-Wl,--no-undefined"}
44
- links {"pthread"}
+ links {"pthread"}
45
46
--get API version from header.
47
local handle = io.popen("grep -r RADEONRAYS_API_VERSION include/radeon_rays.h | cut -d \" \" -f 3")
0 commit comments