mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 16:15:34 +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.");
|
||||
ExecuteProcess(PrebuildPath, "/target nant /file " + PrebuildXml);
|
||||
ExecuteProcess("nant", "-t:mono-2.0");
|
||||
|
||||
CopyBinaries();
|
||||
break;
|
||||
|
||||
case BuildTarget.Net:
|
||||
|
|
Loading…
Reference in a new issue