mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-21 19:18:34 +00:00
Corrected file copy on linux.
This commit is contained in:
parent
c02291dc03
commit
9aff9d580a
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