Ver Fonte

Merge pull request #185 from bmx-ng/task/temp-bmk-default-arch

Build temp bmk using default arch.
Brucey há 1 ano atrás
pai
commit
caf338915f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/scripts/build_release.sh

+ 1 - 1
src/scripts/build_release.sh

@@ -710,7 +710,7 @@ build_apps() {
 
 	echo ""
 	echo "Building Initial bmk (using initial bcc and current bmk)"
-	if temp/BlitzMax/bin/bmk makeapp -r $OPTION -single temp/BlitzMax/src/bmk/bmk.bmx; then
+	if temp/BlitzMax/bin/bmk makeapp -r -single temp/BlitzMax/src/bmk/bmk.bmx; then
 		retries=0
 		while [ $retries -lt 30 ]
 		do