mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
make_artifacts.sh: add quotes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user