Skip to content

Commit

Permalink
Python : Remove rendundant configure flags
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Apr 28, 2024
1 parent 059e675 commit 1054c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 1054c46

Please sign in to comment.