Skip to content
Snippets Groups Projects
Verified Commit c3ea57fd authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix

parent 4607de25
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ ecabal update
if [ "${OS}" = "LINUX" ] ; then
if [ "${BIT}" = "32" ] ; then
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static'
rm -r 3rdparty/libarchive
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static'
else
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment