summaryrefslogtreecommitdiffstats
path: root/PC/python_uwp.cpp
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-23 20:48:00 (GMT)
committerNed Deily <nad@python.org>2018-12-23 20:53:07 (GMT)
commit92f90242994652d6b7afe0a2c8a61cf2bccc8c32 (patch)
treea865924a43c05381fc2637afa375f17fd56e3d04 /PC/python_uwp.cpp
parent26c94c326653909a566659c7e0b9accf2f2877ed (diff)
downloadcpython-92f90242994652d6b7afe0a2c8a61cf2bccc8c32.zip
cpython-92f90242994652d6b7afe0a2c8a61cf2bccc8c32.tar.gz
cpython-92f90242994652d6b7afe0a2c8a61cf2bccc8c32.tar.bz2
bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297)
`BLDSHARED` needs to have both `LDFLAGS` and `LDFLAGS_NODIST`, not just `LDFLAGS_NODIST`; `PY_CORE_LDFLAGS` provides both. For example, as it stands now with just `LDFLAGS_NODIST`, macOS universal builds are broken as the necessary `-arch` flags are no longer passed to the standard library extension module link step from `setup.py` resulting in extension modules being single architecture only. https://bugs.python.org/issue35257 (cherry picked from commit 44a3ee07e30e18d83e2730c093d8b0e930f0a06c) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'PC/python_uwp.cpp')
0 files changed, 0 insertions, 0 deletions