Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index adced19a01b46ce5e4481610f16fa996b02a3f07..34786bf58b27e6de7f8ffae6ae1371507c9052e4 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -415,7 +415,7 @@ |
['clang==0', { |
'cflags+': ['-Wno-sign-compare',], |
}], |
- ['(clang==1 or host_clang==1) and OS!="win"', { |
+ ['clang==1 or host_clang==1', { |
# This is here so that all files get recompiled after a clang roll and |
# when turning clang on or off. |
# (defines are passed via the command line, and build systems rebuild |