mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-11 14:16:26 +00:00
pr fixes for build script
This commit is contained in:
parent
919d8f7da5
commit
cf4fd74f52
@ -3,6 +3,8 @@
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
CONFIGURATION="${1:-"Release"}"
|
CONFIGURATION="${1:-"Release"}"
|
||||||
|
|
||||||
if [ -s "${HOME}/.nvm/nvm.sh" ]; then
|
if [ -s "${HOME}/.nvm/nvm.sh" ]; then
|
||||||
@ -21,4 +23,4 @@ fi
|
|||||||
|
|
||||||
# Link to the appropriate module in the build directory.
|
# Link to the appropriate module in the build directory.
|
||||||
mkdir -p ../../build
|
mkdir -p ../../build
|
||||||
ln -fs "../src/node/build/$CONFIGURATION/realm.node" ../../build
|
ln -fs "build/$CONFIGURATION/realm.node" ../../build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user