Skip to content

Commit 542791b

Browse files
committed
Fixed premake script for embedding vulkan kernels
1 parent 7a433ac commit 542791b

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
@@ -71,7 +71,7 @@ project "RadeonRays"
7171

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

0 commit comments

Comments
 (0)