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

Update build system #21

Open
2 tasks
vortexofdoom opened this issue Nov 20, 2024 · 0 comments
Open
2 tasks

Update build system #21

vortexofdoom opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement Small enhancement to existing feature feature New feature

Comments

@vortexofdoom
Copy link
Collaborator

vortexofdoom commented Nov 20, 2024

The current build system is not ideal for dropping straight into a project. The ultimate goal is to allow users to simply add this library as a dependency in their build.zig.zon and building from their own project, with as little additional configuration as possible.

The following list of tasks is not final:

  • Expose the ability to compile to ARM code, and link it to IWRAM automatically
  • Move compilation utilities into a utils module (such as the above) so that users can easily choose how their code is compiled without getting deep into the weeds of the build system.
@vortexofdoom vortexofdoom added feature New feature enhancement Small enhancement to existing feature labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small enhancement to existing feature feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant