You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
As far as I know, currently it's impossible to pass, say -Dv8_enable_i18n_support=1 to ./configure so it's read in as one of the variables in common.gypi. Is there a way, or will we need to add support for this?
I'm not sure if it would be possible to add a generic -D handler with the python options parser we're using in ./configure, but we should probably do like what we do for like dtrace and the other optional compile-time features.
By that I mean add a --with-i18n switch. It should be pretty trivial to add that switch and have it map to -Dv8_enable_i18n_support=1 in the generated config.gypi file. Let me know if you need help with that.
As far as I know, currently it's impossible to pass, say
-Dv8_enable_i18n_support=1
to./configure
so it's read in as one of thevariables
incommon.gypi
. Is there a way, or will we need to add support for this?/cc @tjfontaine @TooTallNate
The text was updated successfully, but these errors were encountered: