Allow to build with tar-bytestring on e.g. 32bit

This commit is contained in:
2020-07-12 22:29:50 +02:00
parent 7e7c357e47
commit 50424c2801
6 changed files with 83 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ ecabal update
if [ "${OS}" = "LINUX" ] ; then
if [ "${BIT}" = "32" ] ; then
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static'
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui -ftar
else
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui
fi