Skip to content

Commit

Permalink
[pyext] Fix pyext/py2 library (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Apr 13, 2021
1 parent 0d3749d commit 34e961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyext/py2/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _pysairedis_la_LDFLAGS = -module \
-L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta \
-lzmq

_pysairedis_la_LIBADD = $(PYTHON3_BLDLIBRARY)
_pysairedis_la_LIBADD = -lpython$(PYTHON_VERSION)

SWIG_FLAG = -Wall -c++ -python -keyword
if ARCH64
Expand Down

0 comments on commit 34e961c

Please sign in to comment.