Corrected file copy on linux.

This commit is contained in:
the_fiddler 2007-06-30 08:15:08 +00:00
parent c02291dc03
commit 9aff9d580a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

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