-
Notifications
You must be signed in to change notification settings - Fork 5
Add option to skip linking against system libraries #10
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
Add option to skip linking against system libraries #10
Conversation
|
Sorry for coming back to this after so long. After playing around with these, I changed my mind. I don't think using the system integration API in a library is a good idea. Reasons:
Solution: Provide an option for skipping the This solution was inspired by the sokol-zig and how it handles integrating with imgui using the |
hamptokr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Agreed this seems like a better approach!
Resolves #7
Here is an example for how the build.zig needs to look if you are using
-fno-sys=mbedtls: