Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created March 13, 2010 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brantfaircloth/331071 to your computer and use it in GitHub Desktop.
Save brantfaircloth/331071 to your computer and use it in GitHub Desktop.
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