File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
161
161
_BITCOIN_QT_CHECK_STATIC_PLUGIN([ QMacStylePlugin] , [ -lqmacstyle] )
162
162
AC_DEFINE ( [ QT_QPA_PLATFORM_COCOA] , [ 1] , [ Define this symbol if the qt platform is cocoa] )
163
163
elif test "$TARGET_OS" = "android"; then
164
- QT_LIBS="-Wl,--export-dynamic,--undefined=JNI_OnLoad -lplugins_platforms_qtforandroid_$ANDROID_ARCH -ljnigraphics -landroid -lqtfreetype_$ANDROID_ARCH $QT_LIBS"
164
+ QT_LIBS="-Wl,--export-dynamic,--undefined=JNI_OnLoad -lplugins_platforms_qtforandroid${qt_lib_suffix} -ljnigraphics -landroid -lqtfreetype${qt_lib_suffix} $QT_LIBS"
165
165
AC_DEFINE ( [ QT_QPA_PLATFORM_ANDROID] , [ 1] , [ Define this symbol if the qt platform is android] )
166
166
fi
167
167
fi
You can’t perform that action at this time.
0 commit comments