aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rwxr-xr-xmacos/make_macos_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh
index 4b565b0de..85155c66c 100755
--- a/macos/make_macos_package.sh
+++ b/macos/make_macos_package.sh
@@ -27,7 +27,7 @@ stack setup
echo Building pandoc...
stack clean
-stack install --ghc-options="-O2" --stack-yaml=stack.pkg.yaml --local-bin-path $DEST/bin/ pandoc pandoc-citeproc
+stack install --ghc-options="-O2" --local-bin-path $DEST/bin/ pandoc pandoc-citeproc
strip $DEST/bin/pandoc
strip $DEST/bin/pandoc-citeproc