aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BuildIt.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xBuildIt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildIt.sh b/BuildIt.sh
index c51a349..86948b6 100755
--- a/BuildIt.sh
+++ b/BuildIt.sh
@@ -25,4 +25,5 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then
25else 25else
26 # Use this for Mono 5 and later. 26 # Use this for Mono 5 and later.
27 msbuild /p:Configuration=Release 27 msbuild /p:Configuration=Release
28# msbuild /p:Configuration=Debug
28fi 29fi