Skip to content

Instantly share code, notes, and snippets.

@futuro
Created March 29, 2013 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save futuro/5271007 to your computer and use it in GitHub Desktop.
Save futuro/5271007 to your computer and use it in GitHub Desktop.
diff --git a/default.build b/default.build
index 9700db9..7af7f1f 100644
--- a/default.build
+++ b/default.build
@@ -58,7 +58,7 @@
<exec program="msbuild " commandline="MonoGame.Framework.Linux.sln /t:Build /p:Configuration=Release" />
</if>
<if test="${os == 'Unix'}">
- <exec program="xbuild" commandline="/t:Build /p:Configuration=Clean MonoGame.Framework.Linux.sln" />
+ <exec program="xbuild" commandline="/t:Build /p:Configuration=Release MonoGame.Framework.Linux.sln" />
<exec program="xbuild" commandline="/t:Build /p:Configuration=Release MonoGame.Framework.Linux.sln" />
</if>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment