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

Links aren't applicable on Linux when building a library #52

Merged
merged 1 commit into from
Aug 28, 2020

Conversation

dpwegener
Copy link

Building static libraries on Linux does not refer to any dependent libraries.
The Links entry can be removed from the Hazel library linux filter.

Building static libraries on Linux does not refer to any dependent libraries.

Linux static libraries are made by combining the compiled object files into a library archive. Building the Hazel library archive doesn't involve using the libraries referred to by the Hazel object files. The libraries are only required when linking an executable against the Hazel static library.

The Links entry doesn't need to be maintained for the system:linux filter for Hazel.

Building static libraries on Linux does not refer to any dependent libraries.
The Links entry can be removed from the Hazel library linux filter.
@DaveAxiom DaveAxiom merged commit d365d59 into LovelySanta:linux-support-v2 Aug 28, 2020
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