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

Fixed linkage errors on macOS #3870

Closed
wants to merge 1 commit into from
Closed

Conversation

rothn
Copy link

@rothn rothn commented Aug 22, 2021

Linkage for macOS is specified in a strange and non-standard way in the .pro files, which makes it brittle. This caused it not to work on my system. These changes switch from using the "-l" option with absolute system paths to using the "-framework" option to include frameworks. Additionally, libz was included twice with "-lz" and with an absolute path. I removed the absolute path, as we don't need to copies and "-lz" is more general.

@rothn rothn mentioned this pull request Sep 4, 2021
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