diff options
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r-- | crypto/crypto.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index f660e4cd..a6df806 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -76,8 +76,14 @@ }], [ 'component == "shared_library"', { 'defines': [ + 'CRYPTO_DLL', 'CRYPTO_IMPLEMENTATION', ], + 'direct_dependent_settings': { + 'defines': [ + 'CRYPTO_DLL', + ], + }, }], [ 'use_openssl==1', { # TODO(joth): Use a glob to match exclude patterns once the |