Index: courgette/courgette.gyp |
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp |
index 55a19dd5a52b50f6899f198a4269aa357a350f35..69965b39bcd8d325e89127f894db85747495cc31 100644 |
--- a/courgette/courgette.gyp |
+++ b/courgette/courgette.gyp |
@@ -44,7 +44,7 @@ |
'targets': [ |
{ |
'target_name': 'courgette_lib', |
- 'type': '<(library)', |
+ 'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base', |
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
@@ -149,7 +149,7 @@ |
'targets': [ |
{ |
'target_name': 'courgette_lib64', |
- 'type': '<(library)', |
+ 'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base_nacl_win64', |
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk64', |