| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 82d2f13 commit 2c2a664
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -165,7 +165,8 @@ def headers(action): | |||
| 165 | 165 | if 'false' == variables.get('node_shared_libuv'): | |
| 166 | 166 | subdir_files('deps/uv/include', 'include/node/', action) | |
| 167 | 167 | ||
| 168 | - if 'false' == variables.get('node_shared_openssl'): | ||
| 168 | + if 'true' == variables.get('node_use_openssl') and \ | ||
| 169 | + 'false' == variables.get('node_shared_openssl'): | ||
| 169 | 170 | subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action) | |
| 170 | 171 | subdir_files('deps/openssl/config/archs', 'include/node/openssl/archs', action) | |
| 171 | 172 | action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments