mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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:
|
||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||
# access to ISO C locale support
|
||||
if platform in ['cygwin']:
|
||||
if platform in ['cygwin', 'aix4']:
|
||||
locale_libs = ['intl']
|
||||
else:
|
||||
locale_libs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue