File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 29
29
/vendor /libssh2 /example /stamp-h2
30
30
/vendor /libssh2 /libssh2.pc
31
31
/vendor /libssh2 /libtool
32
- /vendor /libssh2 /darwin /
33
32
/vendor /libssh2 /src /.deps /
34
33
/vendor /libssh2 /src /Makefile
35
34
/vendor /libssh2 /src /libssh2_config.h
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = function retrieveExternalDependencies() {
13
13
if ( process . platform === "win32" || process . platform === "darwin" ) {
14
14
return fse . copy (
15
15
path . join ( libssh2StaticConfigDirectory , process . platform ) ,
16
- path . join ( libssh2VendorDirectory , process . platform )
16
+ path . join ( libssh2VendorDirectory , "src" )
17
17
) ;
18
18
}
19
19
Original file line number Diff line number Diff line change 537
537
]
538
538
},
539
539
"conditions" : [
540
- ["OS=='mac'" , {
540
+ ["OS=='mac' and node_root_dir.split('/')[-1].startswith('iojs') " , {
541
541
"include_dirs" : [
542
- "libssh2/darwin"
543
- ],
544
- "conditions" : [
545
- ["node_root_dir.split('/')[-1].startswith('iojs')" , {
546
- "include_dirs" : [
547
- "openssl/include" ,
548
- ]
549
- }]
542
+ "openssl/include" ,
550
543
]
551
544
}],
552
545
["OS=='win'" , {
568
561
],
569
562
"include_dirs" : [
570
563
"libssh2/src" ,
571
- "libssh2/win32" ,
572
564
"libssh2/include"
573
565
],
574
566
"defines!" : [
577
569
"direct_dependent_settings" : {
578
570
"include_dirs" : [
579
571
"libssh2/src" ,
580
- "libssh2/win32" ,
581
572
"libssh2/include"
582
573
]
583
574
}
You can’t perform that action at this time.
0 commit comments