mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 08:17:24 -04:00
build: fixed string comparsion
This commit is contained in:
4
build.sh
4
build.sh
@@ -17,7 +17,7 @@ fi
|
|||||||
|
|
||||||
if [ ! -d build ]; then mkdir build; fi
|
if [ ! -d build ]; then mkdir build; fi
|
||||||
|
|
||||||
if [ $BUILD_TYPE == "Release" ]; then
|
if [ "$BUILD_TYPE" == "Release" ]; then
|
||||||
CONFIG="CONFIG+=release";
|
CONFIG="CONFIG+=release";
|
||||||
else
|
else
|
||||||
CONFIG="CONFIG+=debug"
|
CONFIG="CONFIG+=debug"
|
||||||
@@ -35,6 +35,6 @@ fi
|
|||||||
cd build
|
cd build
|
||||||
qmake ../monero-core.pro "$CONFIG"
|
qmake ../monero-core.pro "$CONFIG"
|
||||||
make
|
make
|
||||||
make deploy
|
# make deploy
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user