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:
Kazuki Sakamoto
2017-01-05 11:55:41 -08:00
committed by Facebook Github Bot
parent 29c44e281c
commit a36faf89e3

View File

@@ -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