From b58b7a8222f342f9af0cac09c8495c0d1a6ef11f Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 16 Jan 2026 08:35:29 +0100 Subject: [PATCH] ./make update. No code changes. (0.37.56) --- make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make b/make index 5fc2e20..b0d587a 100755 --- a/make +++ b/make @@ -45,6 +45,7 @@ elif [ "$target" = "all_debug" ]; then -DFUN_WITH_JSON=ON \ -DFUN_WITH_TCLTK=ON \ -DFUN_WITH_INI=ON \ + -DFUN_WITH_NOTCURSES=ON \ -DFUN_DEBUG=ON \ && cmake --build build --target fun elif [ "$target" = "alpine" ]; then @@ -58,7 +59,6 @@ elif [ "$target" = "alpine" ]; then -DFUN_WITH_XML2=ON \ -DFUN_WITH_JSON=ON \ -DFUN_WITH_INI=ON \ - -DFUN_USE_MUSL=ON \ && cmake --build build --target fun elif [ "$target" = "debug" ]; then rm -rf build \