diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp index 01937a1..8f86b11 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -59,7 +59,7 @@ 'targets': [ { 'target_name': 'views', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', 'dependencies': [ '../app/app.gyp:app_base', |