1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Fix broken tests with --enable-unicode=ucs4 by default

This commit is contained in:
Yamashita, Yuu
2016-02-15 00:37:20 +00:00
parent 90e6e30d63
commit b37361b862
3 changed files with 18 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ build_package_standard python
DEF
assert_success
assert_output <<OUT
./configure --prefix=$INSTALL_ROOT --libdir=${TMP}/install/lib
./configure --prefix=$INSTALL_ROOT --libdir=${TMP}/install/lib --enable-unicode=ucs4
CC=clang
CFLAGS=no
make -j 2