Created
March 13, 2010 03:09
-
-
Save brantfaircloth/331071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: py2app/build_app.py | |
=================================================================== | |
--- py2app/build_app.py (revision 89) | |
+++ py2app/build_app.py (working copy) | |
@@ -40,7 +40,7 @@ | |
from py2app import recipes | |
from distutils.sysconfig import get_config_var | |
-PYTHONRAMEWORK=get_config_var('PYTHONFRAMEWORK') | |
+PYTHONFRAMEWORK=get_config_var('PYTHONFRAMEWORK') | |
def get_zipfile(dist): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment