From 81a2c89b6d5fb4ab61bb48c712a0840715b375ec Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sat, 20 Jun 2026 14:51:19 +0800 Subject: make muon_build is default instead of meson --- apkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3