mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:55:29 +00:00
Corrected file copy on linux.
This commit is contained in:
parent
9d1fb03f8b
commit
44b4a1348b
BIN
Build/Build.exe
BIN
Build/Build.exe
Binary file not shown.
|
@ -138,7 +138,7 @@ namespace OpenTK.Build
|
||||||
Console.WriteLine("Building OpenTK using Mono.");
|
Console.WriteLine("Building OpenTK using Mono.");
|
||||||
ExecuteProcess(PrebuildPath, "/target nant /file " + PrebuildXml);
|
ExecuteProcess(PrebuildPath, "/target nant /file " + PrebuildXml);
|
||||||
ExecuteProcess("nant", "-t:mono-2.0");
|
ExecuteProcess("nant", "-t:mono-2.0");
|
||||||
|
CopyBinaries();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BuildTarget.Net:
|
case BuildTarget.Net:
|
||||||
|
|
Loading…
Reference in a new issue