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

Fix freebsd tui

parent b52fa23c
No related branches found
No related tags found
No related merge requests found
Pipeline #22210 canceled
......@@ -22,7 +22,7 @@ if [ "${OS}" = "LINUX" ] ; then
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui
fi
elif [ "${OS}" = "FREEBSD" ] ; then
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections' --constraint="zlib static"
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections' --constraint="zlib static" -ftui
else
ecabal build -w ghc-${GHC_VERSION} --constraint="zlib static" --constraint="lzma 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