Commit 6fe78ecb by Dane Springmeyer

compile libsqlite3 with -std=c99 to fix solaris/smartos build - re-closes #201

parent 85699799
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
'includes': [ 'common-sqlite.gypi' ], 'includes': [ 'common-sqlite.gypi' ],
'target_defaults': { 'target_defaults': {
'default_configuration': 'Debug', 'default_configuration': 'Debug',
'cflags':[
'-std=c99'
],
'configurations': { 'configurations': {
'Debug': { 'Debug': {
'defines': [ 'DEBUG', '_DEBUG' ], 'defines': [ 'DEBUG', '_DEBUG' ],
......
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