Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 9953c57b20cda03919a550381a4ab8aadb7f4e31..8f8486119021b20f4f3dc70ec8ad9f4da5de73d0 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -832,6 +832,9 @@ |
'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files', |
'conditions': [ |
+ ['OS == "ios"', { |
+ 'use_system_sqlite': 1, |
stuartmorgan
2012/07/13 12:18:10
Put this in the existing section a bit further dow
|
+ }], |
['OS=="win" and "<!(python <(DEPTH)/build/dir_exists.py <(windows_sdk_default_path))"=="True"', { |
'windows_sdk_path%': '<(windows_sdk_default_path)', |
}, { |