aboutsummaryrefslogtreecommitdiff
path: root/apkg
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-06-20 14:51:19 +0800
committeremmett1 <me@emmett1.my>2026-06-20 14:51:19 +0800
commit81a2c89b6d5fb4ab61bb48c712a0840715b375ec (patch)
treea20756c078a1d5a889be9c2e4ed7e0462beae150 /apkg
parentb59201c8856c7ed0fd4c4dd0da321758c5b999cd (diff)
downloadautils-81a2c89b6d5fb4ab61bb48c712a0840715b375ec.tar.gz
autils-81a2c89b6d5fb4ab61bb48c712a0840715b375ec.zip
make muon_build is default instead of meson
Diffstat (limited to 'apkg')
-rwxr-xr-xapkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkg b/apkg
index fb5ab2e..e7d7f93 100755
--- a/apkg
+++ b/apkg
@@ -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