File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Sources/Wrappers/AngouriMath.CPP.Exporting Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <Target Name =" Copy for Windows" Condition =" $([MSBuild]::IsOSPlatform('Windows'))" AfterTargets =" Publish" >
12- <Exec Command =" mkdir ..\AngouriMath.CPP.Importing\out-x64 & xcopy $(PublishDir) ..\AngouriMath.CPP.Importing\out-x64 /H /Y" />
12+ <Exec Command =" mkdir ..\AngouriMath.CPP.Importing\out-x64 & xcopy $(OutDir)\native ..\AngouriMath.CPP.Importing\out-x64 /H /Y" />
13+ <!-- For some reason, AngouriMath.CPP.Exporting.lib exists in $(OutDir)\native and not $(OutDir)\publish (which is $(PublishDir))... -->
1314 </Target >
1415
1516 <Target Name =" Copy for Unix" Condition =" $([MSBuild]::IsOSPlatform('Linux')) Or $([MSBuild]::IsOSPlatform('OSX'))" AfterTargets =" Publish" >
You can’t perform that action at this time.
0 commit comments