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

fix: updated build system to use v0.11.0 modules #6

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fjebaker
Copy link

Needs nektro/zig-extras#3 merged first

Added a modules wrapper for zig-time so it can be used in Zig 0.11.0 projects. Tests all still pass.

Todo:

@nektro
Copy link
Owner

nektro commented Oct 18, 2023

if its alright can you move the b.addModule and related calls into its own build.zig.zig so that the two systems can work without overlapping each other?

@fjebaker
Copy link
Author

yep, so like do the equivalent of

mv build.zig build.zig.zig && git checkout HEAD~1 -- build.zig

?

@alexrp
Copy link

alexrp commented Jun 2, 2024

Would also like to see this merged; is there anything I can do to help move this forward?

@nektro
Copy link
Owner

nektro commented Jun 2, 2024

its blocked on ziglang/zig#17818

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.

3 participants