Add LD_LIBRARY_PATH for local

This commit is contained in:
Braydon Fuller 2015-07-07 17:36:25 -04:00
parent 99829024fe
commit 45cece8bbd

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",