Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: refactor and decouple pkg builds from main build (#742)
This refactor decouples the build phases of the Vere submodules (c3, ent, ur, noun, and vere) from the main Urbit binary Zig build by moving them into separate Zig builds within each respective pkg directory. This change is intended to resolve certain Zig cache issues where the linker fails to locate newly added symbols in submodules when these symbols are used in dependent modules.
- Loading branch information