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

Commit 524f222

Browse files
Ensure kernel explicitly depends on the OpenSSL headers
1 parent 4d6573a commit 524f222

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

engine/kernel.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
'../thirdparty/libpng/libpng.gyp:libpng',
2828
'../thirdparty/libz/libz.gyp:libz',
2929

30+
'../prebuilt/libopenssl.gyp:libopenssl_headers',
31+
3032
'engine-common.gyp:encode_version',
3133
'engine-common.gyp:quicktime_stubs',
3234

prebuilt/libopenssl.gyp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77
'targets':
88
[
9+
{
10+
'target_name': 'libopenssl_headers',
11+
'type': 'none',
12+
13+
'dependencies':
14+
[
15+
'fetch.gyp:fetch',
16+
],
17+
18+
'direct_dependent_settings':
19+
{
20+
'include_dirs':
21+
[
22+
'include',
23+
],
24+
},
25+
},
926
{
1027
'target_name': 'libopenssl',
1128
'type': 'none',

0 commit comments

Comments
 (0)