commit | 0608425944932f46b544afea04ae6d301a76f5f2 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@python.org> | Mon Mar 01 02:04:02 2021 -0500 |
committer | GitHub <noreply@github.com> | Mon Mar 01 02:04:02 2021 -0500 |
tree | 5c92841d21c057ecf882d96540771741b4936102 | |
parent | a65b050516a4ec8f5fc591119b94ceaaa5f7afe3 [diff] [blame] |
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
diff --git a/configure b/configure index 2d5a61e..acb400f 100755 --- a/configure +++ b/configure
@@ -17810,7 +17810,7 @@ fi LIBRARY_DEPS='$(PY3LIBRARY) $(EXPORTSYMS)' -if test "$PY_ENABLE_SHARED" = 1; then +if test "$PY_ENABLE_SHARED" = 1 || test "$enable_framework" ; then LIBRARY_DEPS="\$(LDLIBRARY) $LIBRARY_DEPS" if test "$STATIC_LIBPYTHON" = 1; then LIBRARY_DEPS="\$(LIBRARY) $LIBRARY_DEPS"