Skip to content

Commit

Permalink
Fixed premake script for embedding vulkan kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
gboisse committed Jan 22, 2018
1 parent 7a433ac commit 542791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadeonRays/RadeonRays.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ project "RadeonRays"

if _OPTIONS["use_vulkan"] then
os.execute( "python ../Tools/scripts/stringify.py " ..
os.getcwd() .. "../RadeonRays/src/kernels/GLSL/ " ..
os.getcwd() .. "./../RadeonRays/src/kernels/GLSL/ " ..
".comp " ..
"vulkan " ..
"> ./src/kernelcache/kernels_vk.h"
Expand Down

0 comments on commit 542791b

Please sign in to comment.