This commit is contained in:
nhmall
2026-04-26 11:08:10 -04:00
parent ab730b70da
commit 3cb7bfc0b3
7 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ if [ x$1 == "xlib" ]; then
make spotless
fi
cd sys/unix
./setup.sh hints/macOS.370
./setup.sh hints/macOS.500
cd ../..
make WANT_LIBNH=1
fi
@@ -25,7 +25,7 @@ if [ x$1 == "xwasm" ]; then
make spotless
fi
cd sys/unix
./setup.sh hints/macOS.370
./setup.sh hints/macOS.500
cd ../..
make CROSS_TO_WASM=1
fi
@@ -38,7 +38,7 @@ if [ x$1 == "xbin" ]; then
echo Doing bin...
make spotless
cd sys/unix
./setup.sh hints/macOS.370
./setup.sh hints/macOS.500
cd ../..
make
fi