Commit 786c0d50 by Dane Springmeyer

allow sqlite_libname to be overridden in binding.gyp from command line

parent 31aaaca1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"includes": [ "deps/common-sqlite.gypi" ], "includes": [ "deps/common-sqlite.gypi" ],
"variables": { "variables": {
"sqlite%":"internal", "sqlite%":"internal",
"sqlite_libname":"sqlite3" "sqlite_libname%":"sqlite3"
}, },
"targets": [ "targets": [
{ {
......
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