make_artifacts.sh: add quotes.

This commit is contained in:
John MacFarlane
2022-11-07 13:20:23 -08:00
parent bf941efb28
commit dee186be7d
+2 -2
View File
@@ -1,7 +1,7 @@
set -e
CABALOPTS=-f-export-dynamic -fembed_data_files --enable-executable-static -j4
GHCOPTS=-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread
CABALOPTS="-f-export-dynamic -fembed_data_files --enable-executable-static -j4"
GHCOPTS="-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread"
MACHINE=$(uname -m)
case "$MACHINE" in