mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
12 lines
330 B
Diff
12 lines
330 B
Diff
--- Modules/posixmodule.c.bak 2011-05-28 14:09:48.000000000 -0400
|
|
+++ Modules/posixmodule.c 2011-05-28 14:10:34.000000000 -0400
|
|
@@ -477,7 +477,7 @@
|
|
d = PyDict_New();
|
|
if (d == NULL)
|
|
return NULL;
|
|
-#ifdef WITH_NEXT_FRAMEWORK
|
|
+#ifdef __APPLE__
|
|
if (environ == NULL)
|
|
environ = *_NSGetEnviron();
|
|
#endif
|