Pārlūkot izejas kodu

Build temp bmk using default arch.

Brucey 1 gadu atpakaļ
vecāks
revīzija
524928b3ed
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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