summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r--crypto/crypto.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index f6bb591a..88863a1 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -10,7 +10,7 @@
{
'target_name': 'crypto',
'product_name': 'crcrypto', # Avoid colliding with OpenSSL's libcrypto
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
],