scripts: Unset TERMUX_MESON_ENABLE_SOVERSION by default

This commit is contained in:
Tee KOBAYASHI 2023-05-08 01:10:03 +09:00
parent 5be1b2c969
commit cc3a8fcdee
1 changed files with 1 additions and 0 deletions

View File

@ -142,4 +142,5 @@ termux_step_setup_variables() {
TERMUX_PYTHON_HOME=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION} # location of python libraries
unset CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
unset TERMUX_MESON_ENABLE_SOVERSION # setenv to enable SOVERSION suffix for shared libs built with Meson
}