smlnj: 110.91 -> 110.95, add 64-bit support

Also drop isDarwin check in `top-level/all-packages.nix` till darwin build is fixed.
This commit is contained in:
Kirill Boltaev
2019-11-30 16:24:56 +03:00
committed by Austin Seipp
parent c2ab0dab52
commit d55727ac40
3 changed files with 52 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
@@ -35,7 +35,7 @@
BIN_DIR=${SMLNJ_HOME}/bin
fi
-ARCH_N_OPSYS=`"$BIN_DIR/.arch-n-opsys $SIZE_OPT"`
+ARCH_N_OPSYS=`$BIN_DIR/.arch-n-opsys $SIZE_OPT`
if [ "$?" != "0" ]; then
die "unable to determine architecture/operating system"
fi