diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-17 17:35:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-22 13:29:58 +0100 |
| commit | 226d056a302645abdf89c3a467c786d79e395fda (patch) | |
| tree | daeb8a32533e6b67dd52edc127d24da92051b5b2 | |
| parent | 7bd3e8150a0e321ec61cf4953baeb6f45d4611a9 (diff) | |
Fix missing icu .pc request.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ def configure(conf): conf.check_cfg(package='libcurl', args='libcurl >= 7.19.1 --cflags --libs', uselib_store='CURL', mandatory=True) # libicu - if conf.check_cfg(package='icu-i18n', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None: + if conf.check_cfg(package='icu-i18n icu-uc', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None: if conf.check_cfg(package='icu', args='--cflags --libs', uselib_store='ICU', mandatory=False) is None: conf.check_cxx(fragment=""" #include <unicode/ucsdet.h> |
