mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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
|
||||
}
|
||||
mac {
|
||||
contains(QMAKE_HOST.arch, x86_64) {
|
||||
CONFIG += x86 x86_64
|
||||
} else {
|
||||
CONFIG += x86
|
||||
}
|
||||
LIBS = -lz \
|
||||
-liconv \
|
||||
-lvorbisfile \
|
||||
|
|
Loading…
Reference in a new issue