NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
This change moves LDFLAGS management from CGo to tasks.star. It also explicitly uses static libraries instead of leaving it up to the linker. This should statically link specific libraries which might not be available everywhere while dynamically linking against system libraries like glibc.
This change moves LDFLAGS management from CGo to tasks.star. It also explicitly uses static libraries instead of leaving it up to the linker. This should statically link specific libraries which might not be available everywhere while dynamically linking against system libraries like glibc.