From 50b9281865003cb908b93212be972ad57cc19500 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Tue, 30 May 2017 18:29:26 +0200 Subject: [PATCH] static debug build --- get_libwallet_api.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 7203838a..a29f1efb 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -108,6 +108,7 @@ elif [ "$BUILD_TYPE" == "debug-android" ]; then elif [ "$BUILD_TYPE" == "debug" ]; then echo "Building libwallet debug" CMAKE_BUILD_TYPE=Debug + STATIC=true else echo "Valid build types are release, release-static, release-android, debug-android and debug" exit 1;