Hello, The Building with GYP <https://github.com/v8/v8/wiki/Building%20with%20Gyp> Wiki page describes three ways in which I can use ICU while building v8 with GYP: I can disable i18n support altogether (i18nsupport=off), use a custom version of ICU (icu_gyp_path=...), or use the system's ICU (use_system_icu=1). However, when I build with GN, the only option I can find is disabling i18n support (v8_enable_i18n_support=false). I tried passing use_system_icu=1 to GN, but I got an error.
So, is it possible to use a custom or the system's ICU with GN? Thank you, Andre -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.