make_artifacts.sh: use --installdir not --bindir.
This commit is contained in:
parent
f46e70d4b0
commit
9bf6c4918e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ghc --version
|
|||
|
||||
cabal update
|
||||
cabal clean
|
||||
cabal install -j4 -fserver -f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' --install-method=copy --bindir=$ARTIFACTS
|
||||
cabal install -j4 -fserver -f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' --install-method=copy --installdir=$ARTIFACTS
|
||||
ls $ARTIFACTS
|
||||
|
||||
# make deb for EXE
|
||||
|
|
Loading…
Reference in a new issue