Add LD_LIBRARY_PATH for local
This commit is contained in:
parent
99829024fe
commit
45cece8bbd
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user