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

make target specific dependencies lazy #3526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jan200101
Copy link
Collaborator

spiritual follow-up to #1447

turns zig_objc and zig_js into lazy dependencies so they aren't required when building for different targets using the system package mode

I don't have a mac to test this so I'm at the mercy of someone else doing that for me

@der-teufel-programming
Copy link
Collaborator

Great idea

@Jan200101
Copy link
Collaborator Author

It appears as if making a dependency lazy stops zig fetch from automatically downloading it.
This hasn't been an issue with GLFW since its not used as default anywhere but making zig_objc and zig_js into lazy dependencies will possibly break Nix builds on macOS.

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