muon
muon copied to clipboard
An implementation of the meson build system in c99
``` $ ./build/muon setup build detected compiler gcc '14.1.0' (['cc']), linker: ld (gnu) (['ld']), static_linker: ar (gcc) (['ar']) configuring 'muon', version: 0.2.0 warn configuring muon for an unsupported platform "unknown"...
I'm on Windows 7 (without MSYS2) so I'm using a standalone MinGW-w64 distro with Windows Command Prompt. It seems the developer doesn't have this setup in mind. I don't know...
when i try to debug my windows module, 1. afaics, it is not possible to set the value of the `depends` kwarg 2. build.ninja has no DEPFILE_UNQUOTED entry 3. there...
I tried to build this project: https://github.com/franko/fox Everything is fine, but the binaries don't have their icons!
When building a 3rd-party project, I'd like to be able to tell it to build both library types with the `-Ddefault_library=both` (works) argument but link any created binaries statically, with...
Please add more platforms to CI. For example, there is NetBSD but not FreeBSD, even though FreeBSD Is much more popular. https://muon.build/muon_ci.html I suggest adding FreeBSD, OpenBSD, DragonflyBSD (I know...
``` $ ./bootstrap.sh buildmuon + dir=buildmuon + mkdir -p buildmuon + pkgconf_cmd='' + command -v pkgconf + pkgconf_cmd=pkgconf + [ -n pkgconf ] + pkgconf libpkgconf + pkgconf_src=libpkgconf.c + pkgconf...
Iglunix uses this particular software in its build system. Please consider making a new release so we can stop using the very out of date version that is currently available.
Adds initial support for building a coverage instrumented binary and targets for generating coverage reports. Support is currently limited to gcovr, in constrast to meson's lcov/genhtml and llvm-cov. This can...
This should hopefully solve #81