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

Allow building without a default version (ce-j) #184

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

cadmic
Copy link
Collaborator

@cadmic cadmic commented Sep 20, 2024

Currently if try to set up only mq-j, you can't, because project.py requires that default_version exists even though nothing relies on this (the default target for ninja is only generated if default_version is not None).

@Yanis002
Copy link
Collaborator

it seems to work but the output when using ninja alone is a bit odd compared to ninja mq-j https://pastebin.com/y6L03Xqu

@cadmic
Copy link
Collaborator Author

cadmic commented Sep 20, 2024

hmm I guess by default ninja tries to build literally everything if we don't set a default command. What should the default be in this case? We could also change it to all instead of trying to make it be ce-j

@Yanis002
Copy link
Collaborator

Yanis002 commented Sep 20, 2024

I think the default should be ce-j and if it's not found the earliest version available

@cadmic
Copy link
Collaborator Author

cadmic commented Sep 20, 2024

Alright, that seems reasonable

@cadmic cadmic merged commit e7fc78e into zeldaret:main Sep 20, 2024
2 checks passed
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