Skip to content
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

Fix jsaddle-wkwebview builds #100

Merged
merged 2 commits into from Jul 19, 2019

Conversation

matthewbauer
Copy link
Contributor

Newer nixpkgs resulted in errors like:

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_NSURL", referenced from:
      objc-class-ref in libHSjsaddle-wkwebview-0.9.6.0-3Qa6qfm5Iv91uqRz8CkhhF.a(WKWebView.o)
ld: symbol(s) not found for architecture x86_64

This adds darwin.cf-private which has this symbol, which swift corefoundation lacks.

This makes things easier to pass in. By default, we use nixpkgs’
haskellPackages.
matthewbauer added a commit to reflex-frp/reflex-platform that referenced this pull request Jul 19, 2019
@hamishmack hamishmack merged commit bf2921c into ghcjs:master Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants