Browse Source

Move generated .vcxproj files back to their original place

pull/1527/head
josetr 5 years ago
parent
commit
e16966b3c4
  1. 2
      build/Helpers.lua

2
build/Helpers.lua

@ -72,7 +72,7 @@ function target_architecture() @@ -72,7 +72,7 @@ function target_architecture()
end
function SetupNativeProject()
location ("%{wks.location}/projects")
location (path.join(actionbuilddir, "projects"))
files { "*.lua" }
filter { "configurations:Debug" }

Loading…
Cancel
Save