Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index a43616d36160d35673fbbacf16804a35506f0dea..42e8c221f3027e5be64c8ada7c0b6dc0437506ac 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -878,6 +878,7 @@ |
['OS=="ios"', { |
'disable_nacl%': 1, |
'use_system_libxml%': 1, |
+ 'use_system_sqlite': 1, |
stuartmorgan
2012/07/24 15:26:17
Will this work with a % at the end? I think it sho
rohitrao (ping after 24h)
2012/07/24 16:10:46
Done.
|
}], |
['OS=="android"', { |
# Location of Android NDK. |