From a3cd9025fa110b6d85a219e31289658112e2f14a Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 10 Sep 2014 16:57:18 -0700 Subject: [PATCH] linkage finally working. --- Makefile | 1 + binding.gyp | 6 ++---- lib/bitcoind.js | 10 ++++++++++ src/bitcoindjs.cc | 3 ++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 89998b53..f98b7863 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ all: + @node-gyp clean 2>/dev/null node-gyp configure node-gyp build diff --git a/binding.gyp b/binding.gyp index 4fdda7d0..9c77b492 100644 --- a/binding.gyp +++ b/binding.gyp @@ -31,11 +31,9 @@ '-lboost_thread', '-lboost_chrono', # leveldb: - '-L