mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Run get_libwallet_api.sh using its own shebang
Not every system has bash as default shell. Running this script in zsh environment leads to build failure.
This commit is contained in:
parent
4c75fe47f9
commit
8ba9b0e7c7
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -54,7 +54,7 @@ if [[ $platform == *bsd* ]]; then
|
|||
fi
|
||||
|
||||
# build libwallet
|
||||
$SHELL get_libwallet_api.sh $BUILD_TYPE
|
||||
./get_libwallet_api.sh $BUILD_TYPE
|
||||
|
||||
# build zxcvbn
|
||||
$MAKE -C src/zxcvbn-c || exit
|
||||
|
|
Loading…
Reference in a new issue