aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-31 15:30:21 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-31 15:30:21 +0100
commitd4d31840602fc654a5c0225a7d9144f4263aaa7b (patch)
tree03dc39eacd75d2306ff75db73d72ca0a68d0d878 /macos
parent5cc32b7032913eb2cd74cb6d31595e1160a97520 (diff)
downloadpandoc-d4d31840602fc654a5c0225a7d9144f4263aaa7b.tar.gz
make_macos_package.sh - install cpphs if not present.
Diffstat (limited to 'macos')
-rwxr-xr-xmacos/make_macos_package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh
index d2c4d205b..39e7bf1c2 100755
--- a/macos/make_macos_package.sh
+++ b/macos/make_macos_package.sh
@@ -24,6 +24,7 @@ mkdir -p $DIST
mkdir -p $RESOURCES
stack setup
which hsb2hs || stack install hsb2hs
+which cpphs || stack install cpphs
echo Building pandoc...
stack clean