mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
commit
d5d59b5dc6
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ elif [ "$BUILD_TYPE" == "debug-android" ]; then
|
||||||
elif [ "$BUILD_TYPE" == "debug" ]; then
|
elif [ "$BUILD_TYPE" == "debug" ]; then
|
||||||
echo "Building libwallet debug"
|
echo "Building libwallet debug"
|
||||||
CMAKE_BUILD_TYPE=Debug
|
CMAKE_BUILD_TYPE=Debug
|
||||||
|
STATIC=true
|
||||||
else
|
else
|
||||||
echo "Valid build types are release, release-static, release-android, debug-android and debug"
|
echo "Valid build types are release, release-static, release-android, debug-android and debug"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Reference in a new issue