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 curl static linking on mac #1817

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

tobil4sk
Copy link
Member

@tobil4sk tobil4sk commented Jul 12, 2024

When linking lime statically, we also need to add this -framework flag for curl. Otherwise a link error occurs:

Undefined symbols for architecture x86_64:
  "_SCDynamicStoreCopyProxies", referenced from:
      _Curl_resolv in liblime.a(9a49273bb93d215bdc76ffe1cf488a.o)
ld: symbol(s) not found for architecture x86_64

This was overlooked in #1682.

@dimensionscape dimensionscape merged commit ca52db8 into openfl:develop Jul 12, 2024
12 checks passed
@tobil4sk tobil4sk deleted the fix/mac-curl-static-link branch July 12, 2024 11:51
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.

2 participants