Add LD_LIBRARY_PATH for local
This commit is contained in:
parent
99829024fe
commit
45cece8bbd
@ -11,7 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "./bin/build-libbitcoind remote",
|
||||
"start": "node example"
|
||||
"start": "export LD_LIBRARY_PATH=`./platform/os.sh osdir` && node example"
|
||||
},
|
||||
"tags": [
|
||||
"bitcoin",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user