diff --git a/Python/config.py b/Python/config.py index c51df6a4c4..d10ccad443 100644 --- a/Python/config.py +++ b/Python/config.py @@ -28,7 +28,7 @@ "commands" : [ - "./configure --prefix={buildDir} {libraryType} --enable-unicode=ucs4 --with-ensurepip=install --with-system-ffi", + "./configure --prefix={buildDir} {libraryType} --with-ensurepip=install", "make -j {jobs}", "make install",