Index: sql/sql.gyp |
diff --git a/sql/sql.gyp b/sql/sql.gyp |
index ac8744444b799b7589f687213ae21d76c23ca8e8..f16f91a484ee255c26c3e640c2dd01abe875b112 100644 |
--- a/sql/sql.gyp |
+++ b/sql/sql.gyp |
@@ -9,11 +9,12 @@ |
'targets': [ |
{ |
'target_name': 'sql', |
- 'type': 'static_library', |
+ 'type': '<(component)', |
'dependencies': [ |
'../base/base.gyp:base', |
'../third_party/sqlite/sqlite.gyp:sqlite', |
], |
+ 'defines': [ 'SQL_IMPLEMENTATION' ], |
'sources': [ |
'connection.cc', |
'connection.h', |