mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Introduced support for PPC arch on Mac OS X.
Signed-off-by: Denis Loginov <dloginov@mit.edu>
This commit is contained in:
parent
84654cc061
commit
99ba491f82
|
@ -89,7 +89,8 @@ unix:!mac {
|
||||||
INSTALLS += desktops2
|
INSTALLS += desktops2
|
||||||
}
|
}
|
||||||
mac {
|
mac {
|
||||||
CONFIG += x86 x86_64
|
# Uncomment this line to make a universal binary for Mac OS X >= 10.4
|
||||||
|
# CONFIG += x86 x86_64 ppc
|
||||||
LIBS = -lz \
|
LIBS = -lz \
|
||||||
-liconv \
|
-liconv \
|
||||||
-lvorbisfile \
|
-lvorbisfile \
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue