qt5: revert another change to fix aarch64
This commit is contained in:
parent
8cef9207be
commit
39c8da8f42
|
@ -122,7 +122,7 @@ _create_config() {
|
|||
echo "QMAKE_LIBS_OPENGL_ES2 = -lEGL -lGLESv2" >> ${specs}/${device}/qmake.conf
|
||||
echo >> ${specs}/${device}/qmake.conf
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*|arm*)
|
||||
arm*)
|
||||
echo "include(../common/linux_arm_device_post.conf)" >> ${specs}/${device}/qmake.conf ;;
|
||||
*)
|
||||
echo "include(../common/linux_device_post.conf)" >> ${specs}/${device}/qmake.conf ;;
|
||||
|
|
Loading…
Reference in New Issue