[OSX] Default to 64-bit builds
This commit is contained in:
parent
c72459d3ef
commit
989137ddc3
@ -5,8 +5,8 @@ all_files = 1
|
|||||||
|
|
||||||
[py2app]
|
[py2app]
|
||||||
app = ['deluge/main.py']
|
app = ['deluge/main.py']
|
||||||
# arch = x86_64
|
arch = x86_64
|
||||||
arch = i386
|
# arch = i386
|
||||||
iconfile = osx/deluge.icns
|
iconfile = osx/deluge.icns
|
||||||
site-packages = false
|
site-packages = false
|
||||||
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
|
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user