mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Build Mac binary based on the host arch.
This commit is contained in:
parent
ff4a88fba8
commit
a91def88b7
|
@ -89,7 +89,11 @@ unix {
|
||||||
INSTALLS += desktops2
|
INSTALLS += desktops2
|
||||||
}
|
}
|
||||||
mac {
|
mac {
|
||||||
|
contains(QMAKE_HOST.arch, x86_64) {
|
||||||
CONFIG += x86 x86_64
|
CONFIG += x86 x86_64
|
||||||
|
} else {
|
||||||
|
CONFIG += x86
|
||||||
|
}
|
||||||
LIBS = -lz \
|
LIBS = -lz \
|
||||||
-liconv \
|
-liconv \
|
||||||
-lvorbisfile \
|
-lvorbisfile \
|
||||||
|
|
Loading…
Reference in a new issue