Skip to content

Commit 0636e3c

Browse files
committed
Fix formatting
1 parent 3df1376 commit 0636e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RadeonRays/RadeonRays.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ project "RadeonRays"
4141
elseif os.is("linux") then
4242
buildoptions "-std=c++14 -msse4.2 -fPIC"
4343
linkoptions {"-Wl,--no-undefined"}
44-
links {"pthread"}
44+
links {"pthread"}
4545

4646
--get API version from header.
4747
local handle = io.popen("grep -r RADEONRAYS_API_VERSION include/radeon_rays.h | cut -d \" \" -f 3")

0 commit comments

Comments
 (0)