Arthur Yefimov 1 mese fa
parent
commit
6814701e83
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/make.sh

+ 1 - 1
src/make.sh

@@ -77,7 +77,7 @@ $OFR -Cwm FreeOberon.Mod &&
 
 $OFR -7wm Fob.Mod &&
 
-{ [ "$THISOS" = "macOS" ] && ../Data/bin/patch.sh FreeOberon.c; } &&
+{ [ "$THISOS" = "macOS" ] && ../Data/bin/patch.sh FreeOberon.c || true; } &&
 
 
 $CCFULL -c Utf8.c &&