Skip to content

Commit 7eb024d

Browse files
committed
Fix --embed_kernels again
1 parent 2919056 commit 7eb024d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLW/CLW.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project "CLW"
1818
if _OPTIONS["embed_kernels"] then
1919
defines {"RR_EMBED_KERNELS=1"}
2020
os.execute( "python ../Tools/scripts/stringify.py " ..
21-
os.getcwd() .. "../CLW/CL/ " ..
21+
os.getcwd() .. "/../CLW/CL/ " ..
2222
".cl " ..
2323
"opencl " ..
2424
"> ./kernelcache/clwkernels_cl.h"

RadeonRays/RadeonRays.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ project "RadeonRays"
7777

7878
if _OPTIONS["use_opencl"] then
7979
os.execute( "python ../Tools/scripts/stringify.py " ..
80-
os.getcwd() .. "../RadeonRays/src/kernels/CL/ " ..
80+
os.getcwd() .. "/../RadeonRays/src/kernels/CL/ " ..
8181
".cl " ..
8282
"opencl " ..
8383
"> ./src/kernelcache/kernels_cl.h"

0 commit comments

Comments
 (0)