mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
- fix breakage that got introduced by a malformed context diff. Sorry..
This commit is contained in:
@@ -22,9 +22,9 @@ diff -rduNp Python-2.4.2-002/setup.py Python-2.4.2/setup.py
|
||||
|
||||
def detect_modules(self):
|
||||
+ global disable_ssl
|
||||
for dir in modules_include_dirs:
|
||||
add_dir_to_list(self.compiler.include_dirs, dir)
|
||||
for dir in modules_lib_dirs:
|
||||
try:
|
||||
modules_include_dirs = os.environ["PYTHON_MODULES_INCLUDE"].split()
|
||||
except KeyError:
|
||||
@@ -468,7 +476,8 @@ class PyBuildExt(build_ext):
|
||||
] )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user