summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 69af5b0..0fbf28c 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -119,6 +119,15 @@
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
],
}],
+ ['OS=="win"', {
+ 'action': [
+ '--config-variable', 'msvs_version=<(MSVS_VERSION)',
+ ],
+ }, {
+ 'action': [
+ '--config-variable', 'msvs_version=0',
+ ],
+ }],
],
},
],