You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: