Unverified Commit f448cb26 authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Merge pull request #1184 from junjihashimoto/feature/dynamic

Add dynamic flag to load extra shared library
parents 49b03cf5 f6583583
...@@ -123,7 +123,7 @@ executable ihaskell ...@@ -123,7 +123,7 @@ executable ihaskell
hs-source-dirs: main hs-source-dirs: main
other-modules: other-modules:
Paths_ihaskell Paths_ihaskell
ghc-options: -threaded -rtsopts -Wall ghc-options: -threaded -rtsopts -Wall -dynamic
if os(darwin) if os(darwin)
ghc-options: -optP-Wno-nonportable-include-path ghc-options: -optP-Wno-nonportable-include-path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment