mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-19 10:31:09 +00:00
Merge pull request #897
8ba9b0e
Run get_libwallet_api.sh using its own shebang
This commit is contained in:
commit
e0d99cb1bb
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