nixpkgs/pkgs/development/compilers/smlnj/heap2exec.diff
Kirill Boltaev d55727ac40 smlnj: 110.91 -> 110.95, add 64-bit support
Also drop isDarwin check in `top-level/all-packages.nix` till darwin build is fixed.
2019-12-04 14:30:56 -06:00

10 lines
243 B
Diff

@@ -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