Skip to content

Commit

Permalink
Merge pull request #185 from bmx-ng/task/temp-bmk-default-arch
Browse files Browse the repository at this point in the history
Build temp bmk using default arch.
  • Loading branch information
woollybah authored May 27, 2024
2 parents ed3ec17 + 524928b commit caf3389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caf3389

Please sign in to comment.