diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-25 14:47:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-25 14:47:59 +0100 |
| commit | 80eeaa74d20c43ba80da3db00196b9b020e55806 (patch) | |
| tree | 474527a80f15fd5269b8555fa6b64318b85e9952 /wscript | |
| parent | 865c4d64b7a770efe12964f95a1bbd8cd3b0539f (diff) | |
More build fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ def configure(conf): conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True) # libicu - if conf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=False) and conf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None: + if conf.check_cfg(package='icu-i18n', args='--cflags --libs', uselib_store='ICU', mandatory=False) and conf.check_cfg(package='icu', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None: Logs.pprint('RED', 'libicu not found') # libsndfile |
