Skip to content

Commit a7b05a4

Browse files
authored
Merge pull request #171 from Gjacquenot/master
Fix a configuration error on macosx with --use_vulkan --embed_kernels
2 parents 89f375f + ae1488f commit a7b05a4

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
@@ -72,7 +72,7 @@ project "RadeonRays"
7272

7373
if _OPTIONS["use_vulkan"] then
7474
os.execute( "python ../Tools/scripts/stringify.py " ..
75-
os.getcwd() .. "./../RadeonRays/src/kernels/GLSL/ " ..
75+
os.getcwd() .. "/../RadeonRays/src/kernels/GLSL/ " ..
7676
".comp " ..
7777
"vulkan " ..
7878
"> ./src/kernelcache/kernels_vk.h"

0 commit comments

Comments
 (0)