Merge pull request #2 from braydonf/ldpath

Add LD_LIBRARY_PATH for local
This commit is contained in:
Chris Kleeschulte 2015-07-07 17:40:20 -04:00
commit 1181813412

View File

@ -11,7 +11,7 @@
}, },
"scripts": { "scripts": {
"preinstall": "./bin/build-libbitcoind remote", "preinstall": "./bin/build-libbitcoind remote",
"start": "node example" "start": "export LD_LIBRARY_PATH=`./platform/os.sh osdir` && node example"
}, },
"tags": [ "tags": [
"bitcoin", "bitcoin",