mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:17:26 -04:00
check if version.h exists
This commit is contained in:
3
build.sh
3
build.sh
@@ -44,6 +44,9 @@ MONEROD_EXEC=monerod
|
||||
if [ ! -f $MONERO_DIR/lib/libwallet_merged.a ]; then
|
||||
echo "libwallet_merged.a not found - Building libwallet"
|
||||
$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
|
||||
source ./$MONERO_DIR/version.sh
|
||||
# update monero submodule
|
||||
|
||||
Reference in New Issue
Block a user