From b014b532566d09cc37c95dbd088a6f80a7ec4ef6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 13 Jun 2009 04:13:35 +0900 Subject: [PATCH] include platform on mac setup --- mac/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/setup.py b/mac/setup.py index 1e80bc9ed..aca710f4d 100644 --- a/mac/setup.py +++ b/mac/setup.py @@ -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",