2
0
Brucey 10 сар өмнө
parent
commit
eaf7c41faf

+ 3 - 1
src/scripts/build_release.sh

@@ -685,7 +685,7 @@ build_apps() {
 	# initial bcc, built with current release
 	# initial bcc, built with current release
 	echo ""
 	echo ""
 	echo "Building Initial bcc (using current release)"
 	echo "Building Initial bcc (using current release)"
-	if ! BlitzMax/bin/bmk makeapp -r temp/BlitzMax/src/bcc/bcc.bmx; then
+	if ! BlitzMax/bin/bmk makeapp -r -single temp/BlitzMax/src/bcc/bcc.bmx; then
 		echo "Failed to build initial bcc"
 		echo "Failed to build initial bcc"
 		exit 1
 		exit 1
 	fi
 	fi
@@ -740,6 +740,8 @@ build_apps() {
 		cp temp/BlitzMax/src/bmk/custom.bmk temp/BlitzMax/bin && \
 		cp temp/BlitzMax/src/bmk/custom.bmk temp/BlitzMax/bin && \
 		cp temp/BlitzMax/src/bmk/make.bmk temp/BlitzMax/bin
 		cp temp/BlitzMax/src/bmk/make.bmk temp/BlitzMax/bin
 
 
+	C_OPTION="-single"
+
 	if [ ! -z "$CROSS_COMPILE" ];then
 	if [ ! -z "$CROSS_COMPILE" ];then
 
 
 		case "$PLATFORM" in
 		case "$PLATFORM" in