mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
check if version.h exists
This commit is contained in:
parent
7f9cc73485
commit
977f5125e6
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -44,6 +44,9 @@ MONEROD_EXEC=monerod
|
||||||
if [ ! -f $MONERO_DIR/lib/libwallet_merged.a ]; then
|
if [ ! -f $MONERO_DIR/lib/libwallet_merged.a ]; then
|
||||||
echo "libwallet_merged.a not found - Building libwallet"
|
echo "libwallet_merged.a not found - Building libwallet"
|
||||||
$SHELL get_libwallet_api.sh $BUILD_TYPE
|
$SHELL get_libwallet_api.sh $BUILD_TYPE
|
||||||
|
elif [ ! -f $MONERO_DIR/version.sh ]; then
|
||||||
|
echo "monero/version.h not found - Building libwallet"
|
||||||
|
$SHELL get_libwallet_api.sh $BUILD_TYPE
|
||||||
else
|
else
|
||||||
source ./$MONERO_DIR/version.sh
|
source ./$MONERO_DIR/version.sh
|
||||||
# update monero submodule
|
# update monero submodule
|
||||||
|
|
Loading…
Reference in a new issue