python: remove long double duplicate symbol as well.
This commit is contained in:
parent
b2a922f453
commit
254bb064e2
2 changed files with 2 additions and 0 deletions
|
@ -37,11 +37,13 @@ class PythonRecipe(Recipe):
|
|||
"--disable-toolbox-glue",
|
||||
"--host={}-apple-darwin".format(arch),
|
||||
"--prefix=/python",
|
||||
"--with-system-ffi",
|
||||
"--without-doc-strings",
|
||||
_env=build_env)
|
||||
|
||||
self._patch_pyconfig()
|
||||
self.apply_patch("ctypes_duplicate.patch")
|
||||
self.apply_patch("ctypes_duplicate_longdouble.patch")
|
||||
|
||||
shprint(sh.make, "-j4",
|
||||
"CROSS_COMPILE_TARGET=yes",
|
||||
|
|
BIN
recipes/python/ctypes_duplicate_longdouble.patch
Normal file
BIN
recipes/python/ctypes_duplicate_longdouble.patch
Normal file
Binary file not shown.
Loading…
Reference in a new issue