diff options
| -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 |