make_macos_package.sh - install cpphs if not present.
This commit is contained in:
parent
5cc32b7032
commit
d4d3184060
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue