Browse Source

Linux fix

Arthur Yefimov 2 months ago
parent
commit
6814701e83
1 changed files with 1 additions and 1 deletions
  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 &&