Skip to content

Commit

Permalink
Drop static build for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
xtendo-org committed Oct 2, 2016
1 parent 47d40cb commit 7324286
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chips.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ library
executable chips
hs-source-dirs: app
main-is: Main.hs
ghc-options: -Wall -static -threaded -rtsopts -optc-static -optl-pthread -optl-static
if os(linux)
ghc-options: -Wall -static -threaded -rtsopts -optc-static -optl-pthread -optl-static
if os(darwin)
ghc-options: -Wall -static -threaded -rtsopts
build-depends:
chips,
base
Expand Down

0 comments on commit 7324286

Please sign in to comment.