Modify range for ucs4 2.* configure arguments
This commit is contained in:
parent
8c1274bbbb
commit
719b6bfffd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def install(self, spec, prefix):
|
|||
]
|
||||
|
||||
if '+ucs4' in spec:
|
||||
if spec.satisfies('@:3.0'):
|
||||
if spec.satisfies('@:2.7'):
|
||||
config_args.append('--enable-unicode=ucs4')
|
||||
elif spec.satisfies('@3.0:3.2'):
|
||||
config_args.append('--with-wide-unicode')
|
||||
|
|
Loading…
Reference in a new issue