1
0
Fork 0
forked from fun/fun

./make update. No code changes. (0.37.56)

This commit is contained in:
Johannes Findeisen 2026-01-16 08:35:29 +01:00
commit b58b7a8222

2
make
View file

@ -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 \