We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b96d3 commit e16966bCopy full SHA for e16966b
build/Helpers.lua
@@ -72,7 +72,7 @@ function target_architecture()
72
end
73
74
function SetupNativeProject()
75
- location ("%{wks.location}/projects")
+ location (path.join(actionbuilddir, "projects"))
76
files { "*.lua" }
77
78
filter { "configurations:Debug" }
0 commit comments