1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Fix priority for user-supplied configure and make flags

This commit is contained in:
Ivan Pozdeev
2023-01-12 14:17:35 +03:00
parent 83619f3fbe
commit 4242694a0e
3 changed files with 32 additions and 4 deletions

View File

@@ -325,7 +325,7 @@ EOS
assert_build_log <<OUT
Python-3.6.2: CPPFLAGS="-I${TMP}/install/include" LDFLAGS="-L${TMP}/install/lib -Wl,-rpath=${TMP}/install/lib"
Python-3.6.2: --prefix=$INSTALL_ROOT --enable-unicode=ucs2 --enable-shared --libdir=$INSTALL_ROOT/lib
Python-3.6.2: --prefix=$INSTALL_ROOT --enable-shared --libdir=$INSTALL_ROOT/lib --enable-unicode=ucs2
make -j 2
make install
OUT