| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 41937be commit a4557f2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -315,6 +315,11 @@ | |||
| 315 | 315 | 'NODE_OPENSSL_SYSTEM_CERT_PATH="<(openssl_system_ca_path)"', | |
| 316 | 316 | ], | |
| 317 | 317 | }, | |
| 318 | + 'conditions': [ | ||
| 319 | + [ 'node_shared=="true" and node_module_version!="" and OS!="win"', { | ||
| 320 | + 'product_extension': '<(shlib_suffix)', | ||
| 321 | + }] | ||
| 322 | + ], | ||
| 318 | 323 | }, | |
| 319 | 324 | { | |
| 320 | 325 | 'target_name': 'mkssldef', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,11 +11,6 @@ | |||
| 11 | 11 | 'defines': [ | |
| 12 | 12 | 'NODE_SHARED_MODE', | |
| 13 | 13 | ], | |
| 14 | - 'conditions': [ | ||
| 15 | - [ 'node_module_version!="" and OS!="win"', { | ||
| 16 | - 'product_extension': '<(shlib_suffix)', | ||
| 17 | - }] | ||
| 18 | - ], | ||
| 19 | 14 | }], | |
| 20 | 15 | [ 'node_enable_d8=="true"', { | |
| 21 | 16 | 'dependencies': [ 'deps/v8/src/d8.gyp:d8' ], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments