Skip to content

Commit 7c34af4

Browse files
fuck you
1 parent 8ec582a commit 7c34af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ if test "$PY_ENABLE_SHARED" = 1 || test "$enable_framework" ; then
16731673
LIBRARY_DEPS="\$(LIBRARY) $LIBRARY_DEPS"
16741674
fi
16751675
# Link Python program to the shared library
1676-
LINK_PYTHON_OBJS='$(BLDLIBRARY)'
1676+
LINK_PYTHON_OBJS="$(BLDLIBRARY)"
16771677
else
16781678
if test "$STATIC_LIBPYTHON" = 0; then
16791679
# Build Python needs object files but don't need to build

0 commit comments

Comments
 (0)