Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8c8bfc1003d5beff85fad49631f5c40de3e41269..ee22f330226cf19e9495e4afbb9c468ac72c46c9 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -213,8 +213,8 @@ |
'enable_hidpi%': 1, |
}], |
- # Enable the OpenSSL backend on Mac OS. |
- ['OS=="mac"', { |
+ # Enable the OpenSSL backend on Mac OS and Windows. |
+ ['OS=="mac" or OS=="win"', { |
'use_openssl%': 1, |
}], |