From e8cf0adaa3bb781526f46ec99ffbbba922cb1d83 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sun, 21 Sep 2025 19:24:04 +0100 Subject: [PATCH] Use lib branch of mbelib to fix ninja multiple targets error --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 45818651f..d9720bb9b 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -10,7 +10,7 @@ # which version/tag/checkout to use set(CODEC2_TAG "v1.1.1") set(CM256CC_TAG "v1.1.2") -set(MBELIB_TAG fac842804e31369696051c0ee80f4eafbfdb4ee2) +set(MBELIB_TAG "lib") set(SERIALDV_TAG "v1.1.5") set(DSDCC_TAG "v1.9.6") set(LIMESUITE_TAG 524cd2e548b11084e6f739b2dfe0f958c2e30354)