Fix dll path in Unity build script
Summary: sync with vcproj Reviewed By: emilsjolander Differential Revision: D4384510 fbshipit-source-id: 964c5b84c063a5241b3aab0f276b2b5a080677aa
This commit is contained in:
committed by
Facebook Github Bot
parent
29c44e281c
commit
a36faf89e3
@@ -1,2 +1,2 @@
|
||||
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" ..\Yoga\Yoga.vcxproj /p:configuration=Release /property:Platform=x64
|
||||
xcopy "..\Yoga\x64\Release\yoga.dll" %~dp0 /s /d /y
|
||||
xcopy "..\Yoga\bin\x64\Release\yoga.dll" %~dp0 /s /d /y
|
||||
|
Reference in New Issue
Block a user