Skip to content

Commit 1deed84

Browse files
Update projects.lua for new premake version
1 parent 7a52b7a commit 1deed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xatlas_src/extra/projects.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project "xatlas-blender"
2626
filter "action:vs*"
2727
files "xatlas.natvis"
2828
postbuildcommands {
29-
'xcopy /y \"$(ProjectDir)$(OutDir)$(TargetName)$(TargetExt)\" \"$(ProjectDir)..\\..\\..\\addons\\blender_xatlas\\xatlas\"'
29+
'xcopy /y \"$(OutDir)$(TargetName)$(TargetExt)\" \"$(ProjectDir)..\\..\\..\\addons\\blender_xatlas\\xatlas\"'
3030
}
3131
filter "system:linux"
3232
links { "pthread" }

0 commit comments

Comments
 (0)