summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-oolite/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gnustep-oolite/BUILD')
-rwxr-xr-xgnustep-apps/gnustep-oolite/BUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnustep-apps/gnustep-oolite/BUILD b/gnustep-apps/gnustep-oolite/BUILD
index 51d9513e3e..3cbeadf967 100755
--- a/gnustep-apps/gnustep-oolite/BUILD
+++ b/gnustep-apps/gnustep-oolite/BUILD
@@ -1 +1,6 @@
-default_build debug=no
+if [[ $OOLITE_DEVEL == "y" ]]; then
+ . ${INSTALL_ROOT}/usr/share/GNUstep/Makefiles/GNUstep.sh &&
+ make -f Makefile release || return 1
+else
+ default_build debug=no || return 1
+fi