-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build libraries via nix generic-builder #20
Comments
Hm. I don't see |
I think is the one causing this. generic-builder.nix
|
That's just an assertion. It can't change what actually happens in the build. |
Oh but I see what you mean now. We need to make sure we're not passing |
ElvishJerricco
added a commit
that referenced
this issue
Jul 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While building libraries using nix, it errors out during linking due to WebGHC/ghc#7
I think it is due to
-staticlib
flag.This flag might be redundant as the libraries built via
cabal
(without -staticlib) seem to work fine.The text was updated successfully, but these errors were encountered: