We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec582a commit 7c34af4Copy full SHA for 7c34af4
configure.ac
@@ -1673,7 +1673,7 @@ if test "$PY_ENABLE_SHARED" = 1 || test "$enable_framework" ; then
1673
LIBRARY_DEPS="\$(LIBRARY) $LIBRARY_DEPS"
1674
fi
1675
# Link Python program to the shared library
1676
- LINK_PYTHON_OBJS='$(BLDLIBRARY)'
+ LINK_PYTHON_OBJS="$(BLDLIBRARY)"
1677
else
1678
if test "$STATIC_LIBPYTHON" = 0; then
1679
# Build Python needs object files but don't need to build
0 commit comments