Link yesod-bin with wxneeded on OpenBSD.
This commit is contained in:
parent
856e60eb9b
commit
0017b4441b
@ -40,6 +40,8 @@ executable yesod-ar-wrapper
|
|||||||
executable yesod
|
executable yesod
|
||||||
if os(windows)
|
if os(windows)
|
||||||
cpp-options: -DWINDOWS
|
cpp-options: -DWINDOWS
|
||||||
|
if os(openbsd)
|
||||||
|
ld-options: -Wl,-zwxneeded
|
||||||
|
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.3 && < 5
|
||||||
, ghc >= 7.0.3
|
, ghc >= 7.0.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user