Skip to content

Commit 34e961c

Browse files
authored
[pyext] Fix pyext/py2 library (sonic-net#820)
1 parent 0d3749d commit 34e961c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyext/py2/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _pysairedis_la_LDFLAGS = -module \
1616
-L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta \
1717
-lzmq
1818

19-
_pysairedis_la_LIBADD = $(PYTHON3_BLDLIBRARY)
19+
_pysairedis_la_LIBADD = -lpython$(PYTHON_VERSION)
2020

2121
SWIG_FLAG = -Wall -c++ -python -keyword
2222
if ARCH64

0 commit comments

Comments
 (0)