diff options
| author | emmett1 <me@emmett1.my> | 2026-06-20 14:51:19 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-20 14:51:19 +0800 |
| commit | 81a2c89b6d5fb4ab61bb48c712a0840715b375ec (patch) | |
| tree | a20756c078a1d5a889be9c2e4ed7e0462beae150 /apkg | |
| parent | b59201c8856c7ed0fd4c4dd0da321758c5b999cd (diff) | |
| download | autils-81a2c89b6d5fb4ab61bb48c712a0840715b375ec.tar.gz autils-81a2c89b6d5fb4ab61bb48c712a0840715b375ec.zip | |
make muon_build is default instead of meson
Diffstat (limited to 'apkg')
| -rwxr-xr-x | apkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ ret() { detect_buildtype() { if [ -f meson.build ]; then - build_type=meson_build + build_type=muon_build elif [ -f configure ]; then build_type=configure_build elif [ -f CMakeLists.txt ]; then |