Skip to content

Commit e16966b

Browse files
committed
Move generated .vcxproj files back to their original place
1 parent b7b96d3 commit e16966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function target_architecture()
7272
end
7373

7474
function SetupNativeProject()
75-
location ("%{wks.location}/projects")
75+
location (path.join(actionbuilddir, "projects"))
7676
files { "*.lua" }
7777

7878
filter { "configurations:Debug" }

0 commit comments

Comments
 (0)