mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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).
This commit is contained in:
parent
d855b67d10
commit
46fc40e12a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user