Index: gypfiles/toolchain.gypi |
diff --git a/gypfiles/toolchain.gypi b/gypfiles/toolchain.gypi |
index cf84bc5955fb62bb443cbb8cf672e479e360c0ed..ee6cd20067554e4b8bdb80916765d4acabaa1875 100644 |
--- a/gypfiles/toolchain.gypi |
+++ b/gypfiles/toolchain.gypi |
@@ -81,6 +81,11 @@ |
# The setting is ignored if want_separate_host_toolset is 0. |
'v8_toolset_for_d8%': 'target', |
+ # Toolset the shell binary should be compiled for. Possible values are |
+ # 'host' and 'target'. |
+ # The setting is ignored if want_separate_host_toolset is 0. |
+ 'v8_toolset_for_shell%': 'target', |
+ |
'host_os%': '<(OS)', |
'werror%': '-Werror', |
# For a shared library build, results in "libv8-<(soname_version).so". |