Commit 2faf80d8 by Nathan Rajlich

Add the 'shell' executable as a target to the sqlite3 gyp file.

parent 5c5ab6c0
......@@ -50,6 +50,13 @@
'defines': [
],
'sources': [ './sqlite3.c', ],
},
{
'target_name': 'shell',
'type': 'executable',
'dependencies': [ 'sqlite3' ],
'sources': [ './shell.c' ]
}
]
}
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