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 7a52b7a commit 1deed84Copy full SHA for 1deed84
xatlas_src/extra/projects.lua
@@ -26,7 +26,7 @@ project "xatlas-blender"
26
filter "action:vs*"
27
files "xatlas.natvis"
28
postbuildcommands {
29
- 'xcopy /y \"$(ProjectDir)$(OutDir)$(TargetName)$(TargetExt)\" \"$(ProjectDir)..\\..\\..\\addons\\blender_xatlas\\xatlas\"'
+ 'xcopy /y \"$(OutDir)$(TargetName)$(TargetExt)\" \"$(ProjectDir)..\\..\\..\\addons\\blender_xatlas\\xatlas\"'
30
}
31
filter "system:linux"
32
links { "pthread" }
0 commit comments