Skip to content

Commit d8a0610

Browse files
committed
Allow supplying ABI from command line override
1 parent 5146a07 commit d8a0610

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Jamulus.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ win32 {
247247
LIBS += -framework AVFoundation \
248248
-framework AudioToolbox
249249
} else:android {
250-
ANDROID_ABIS = armeabi-v7a arm64-v8a x86 x86_64
250+
isEmpty(ANDROID_ABIS) {
251+
ANDROID_ABIS = armeabi-v7a arm64-v8a x86 x86_64
252+
}
251253
ANDROID_VERSION_NAME = $$VERSION
252254
ANDROID_VERSION_CODE = $$system(git log --oneline | wc -l)
253255
message("Setting ANDROID_VERSION_NAME=$${ANDROID_VERSION_NAME} ANDROID_VERSION_CODE=$${ANDROID_VERSION_CODE}")

0 commit comments

Comments
 (0)