Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit cb4d701

Browse files
Merge pull request #83 from livecode/openssl-1.1.0b
Fix a dependency issue with OpenSSL prebuilts
2 parents 8b6ae30 + 01c371d commit cb4d701

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libopenssl/libopenssl.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
'library_for_module': 1,
1616
},
1717

18+
'dependencies':
19+
[
20+
'../../prebuilt/libopenssl.gyp:libopenssl',
21+
],
22+
1823
'sources':
1924
[
2025
'<(INTERMEDIATE_DIR)/src/ssl.<(OS).stubs.cpp',

0 commit comments

Comments
 (0)