summaryrefslogtreecommitdiffstats
path: root/courgette/courgette.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r--courgette/courgette.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 55a19dd..69965b3 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',