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

Provide a feature to prefer static linking #142

Closed
acid1103 opened this issue Nov 24, 2023 · 0 comments · Fixed by #143
Closed

Provide a feature to prefer static linking #142

acid1103 opened this issue Nov 24, 2023 · 0 comments · Fixed by #143

Comments

@acid1103
Copy link
Contributor

Some applications might prefer or require static linking. Since shaderc-sys already supports static linking, but searches for dynamic libs first, a simple feature switch, similar to build-from-source, could be used to search for static libs first. While this could be done by modifying search directories or file structures prior to building, that feels like a messier, hackier solution.

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 a pull request may close this issue.

1 participant