mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
include platform on mac setup
This commit is contained in:
parent
56d507c22d
commit
b014b53256
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ OPTIONS = {
|
|||
'iconfile': 'ankiqt/mac/anki.icns',
|
||||
"includes": ["sip", "cgi", "encodings", "encodings.utf_8",
|
||||
"encodings.shift_jis", "_multibytecodec",
|
||||
"PyQt4.QtNetwork"],
|
||||
"PyQt4.QtNetwork", "platform"],
|
||||
'packages': ["sqlalchemy", "pysqlite2", "simplejson"],
|
||||
'excludes': ['_gtkagg', '_tkagg', "_wxagg",
|
||||
"wx", "_wx",
|
||||
|
|
|
|||
Loading…
Reference in a new issue