mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Get locale module to build on aix4
This commit is contained in:
parent
2deaddb0d6
commit
718d307df8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -335,7 +335,7 @@ class PyBuildExt(build_ext):
|
||||||
if have_unicode:
|
if have_unicode:
|
||||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||||
# access to ISO C locale support
|
# access to ISO C locale support
|
||||||
if platform in ['cygwin']:
|
if platform in ['cygwin', 'aix4']:
|
||||||
locale_libs = ['intl']
|
locale_libs = ['intl']
|
||||||
else:
|
else:
|
||||||
locale_libs = []
|
locale_libs = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue