Ver Fonte

Linux fix

Arthur Yefimov há 1 mês atrás
pai
commit
6814701e83
1 ficheiros alterados com 1 adições e 1 exclusões
  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 &&