rdb 17 years ago
parent
commit
4753fb39d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -858,7 +858,7 @@ def WriteConfigSettings():
         dtool_config["HAVE_CGDX9"] = '1'
     
     if (sys.platform == "darwin"):
-        dtool_config["PYTHON_FRAMEWORK"] = '"Python"'
+        dtool_config["PYTHON_FRAMEWORK"] = 'Python'
         dtool_config["HAVE_MALLOC_H"] = 'UNDEF'
         dtool_config["HAVE_SYS_MALLOC_H"] = '1'
         dtool_config["HAVE_OPENAL_FRAMEWORK"] = '1'