Commit 0011da3e by Dane Springmeyer

fix the include path for the sqlite depedency

parent 726eeab5
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
{ {
'target_name': 'sqlite3', 'target_name': 'sqlite3',
'type': 'static_library', 'type': 'static_library',
'include_dirs': [ '.' ], 'include_dirs': [ './sqlite-autoconf-<@(sqlite_version)/' ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ '.' ], 'include_dirs': [ './sqlite-autoconf-<@(sqlite_version)/' ],
'defines': [ 'defines': [
'SQLITE_THREADSAFE=1', 'SQLITE_THREADSAFE=1',
'SQLITE_ENABLE_FTS3', 'SQLITE_ENABLE_FTS3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment