Skip to content

Commit 05e573d

Browse files
author
krizsa
committed
static linking + build fix
1 parent 87fffc5 commit 05e573d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/sshBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <v8.h>
1515

1616
#include <libssh/libssh.h>
17+
#include <stdlib.h>
1718

1819
using namespace v8;
1920
using namespace node;

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def build(bld):
2525
]
2626
ssh.cxxflags = [ '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE_SOURCE' ]
2727

28-
ssh.lib = 'SSH'
28+
ssh.staticlib = 'SSH'

0 commit comments

Comments
 (0)