./make update. No code changes. (0.37.56)
This commit is contained in:
parent
c64d87f877
commit
b58b7a8222
1 changed files with 1 additions and 1 deletions
2
make
2
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue