Index: third_party/cld_2/cld_2.gyp |
diff --git a/third_party/cld_2/cld_2.gyp b/third_party/cld_2/cld_2.gyp |
index 377cd96b34557e6df5ab381f4ece51a582f085e3..6626a47228c67a125cd1cf9f6800b73ee91fc603 100644 |
--- a/third_party/cld_2/cld_2.gyp |
+++ b/third_party/cld_2/cld_2.gyp |
@@ -158,7 +158,7 @@ |
'msvs_disabled_warnings': [4267], |
}], |
# Dynamic or vanilla mode |
- ['cld2_dynamic==1', |
+ ['cld2_data_source!="static"', |
{ |
# Enable dynamic mode, which allows CLD to read its data from a file |
# instead of requiring the data to be linked into the library. |