There was an error while loading. Please reload this page.
1 parent 5146a07 commit d8a0610Copy full SHA for d8a0610
1 file changed
Jamulus.pro
@@ -247,7 +247,9 @@ win32 {
247
LIBS += -framework AVFoundation \
248
-framework AudioToolbox
249
} else:android {
250
- ANDROID_ABIS = armeabi-v7a arm64-v8a x86 x86_64
+ isEmpty(ANDROID_ABIS) {
251
+ ANDROID_ABIS = armeabi-v7a arm64-v8a x86 x86_64
252
+ }
253
ANDROID_VERSION_NAME = $$VERSION
254
ANDROID_VERSION_CODE = $$system(git log --oneline | wc -l)
255
message("Setting ANDROID_VERSION_NAME=$${ANDROID_VERSION_NAME} ANDROID_VERSION_CODE=$${ANDROID_VERSION_CODE}")
0 commit comments