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

Commit bab503f

Browse files
committed
[[ Build ]] Tweak openssl_stubs target
This patch tweaks the openssl_stubs target to make sure it depends on openssl_headers and exports the include dirs to dependents.
1 parent 279aad5 commit bab503f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libopenssl/libopenssl.gyp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
'target_name': 'libopenssl_stubs',
1111
'type': 'static_library',
1212

13+
'dependencies':
14+
[
15+
'../../prebuilt/libopenssl.gyp:libopenssl_headers',
16+
],
17+
1318
'variables':
1419
{
1520
'library_for_module': 1,
@@ -59,7 +64,7 @@
5964
{
6065
'include_dirs':
6166
[
62-
'../../prebuilt/unpacked/openssl/<(target_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/include',
67+
'../../prebuilt/unpacked/openssl/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/include',
6368
],
6469
},
6570
],

0 commit comments

Comments
 (0)