| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e2ad364 commit 0931f7e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1348,7 +1348,7 @@ def write_config(data, name): | |||
| 1348 | 1348 | # ICU from pkg-config. | |
| 1349 | 1349 | o['variables']['v8_enable_i18n_support'] = 1 | |
| 1350 | 1350 | pkgicu = pkg_config('icu-i18n') | |
| 1351 | - if pkgicu[0] is None: | ||
| 1351 | + if not pkgicu[0]: | ||
| 1352 | 1352 | error('''Could not load pkg-config data for "icu-i18n". | |
| 1353 | 1353 | See above errors or the README.md.''') | |
| 1354 | 1354 | (libs, cflags, libpath, icuversion) = pkgicu | |
| Back | FazBrowse Home | New Git URL |
0 commit comments