From a36faf89e35c3ad67bfa04934be29464df4d4cc7 Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Thu, 5 Jan 2017 11:55:41 -0800 Subject: [PATCH] Fix dll path in Unity build script Summary: sync with vcproj Reviewed By: emilsjolander Differential Revision: D4384510 fbshipit-source-id: 964c5b84c063a5241b3aab0f276b2b5a080677aa --- csharp/Unity/win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Unity/win.bat b/csharp/Unity/win.bat index 3f838cd4..d86660d5 100755 --- a/csharp/Unity/win.bat +++ b/csharp/Unity/win.bat @@ -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