From 46fc40e12a07a1aa304b81427238cb10faa2d10f Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sun, 22 Mar 2015 13:13:57 +0100 Subject: [PATCH] Fix Qt 4 build of mach-override to build both x86 and x86-64 binaries. Without explicitly being told, it only builds x86 binaries (32-bit). --- 3rdparty/mach-override-build/mach-override-build.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/mach-override-build/mach-override-build.pro b/3rdparty/mach-override-build/mach-override-build.pro index 5664a7b8e..1333aa748 100644 --- a/3rdparty/mach-override-build/mach-override-build.pro +++ b/3rdparty/mach-override-build/mach-override-build.pro @@ -21,6 +21,7 @@ TEMPLATE = lib CONFIG -= qt CONFIG += debug_and_release CONFIG += staticlib +CONFIG += x86_64 x86 VPATH = ../mach-override-src TARGET = mach-override INCLUDEPATH = ../mach-override-src/ ../mach-override-src/libudis86