Skip to content

Commit

Permalink
trying to make installation of softfloat-hs work even if it can't
Browse files Browse the repository at this point in the history
globally install softfloat C headers and libs
  • Loading branch information
samuelgruetter committed Nov 9, 2020
1 parent 4440831 commit 1d087e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ stack setup
stack install split
stack install text
make
stack build
# the --extra... options are a workaround needed because the Makefile of softfloat-hs assumes it can globally install itself
stack build --extra-include-dirs softfloat-hs/berkeley-softfloat-3/source/include/ --extra-lib-dirs softfloat-hs/lib/

0 comments on commit 1d087e8

Please sign in to comment.