Skip to content

Commit c22c6d8

Browse files
Fix up linkage to boost_python in pythonExample
1 parent 7a68787 commit c22c6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonExample/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CFLAGS=-g `pkg-config --cflags python3` -I.. -I. -I../json5_parser/json5_parser
44
VPATH=..
55

66
example.so: $(OBJS)
7-
g++ -fPIC -shared -Wl,-soname,example $^ `pkg-config --libs python3` -lboost_python3 -o $@
7+
g++ -fPIC -shared -Wl,-soname,example $^ `pkg-config --libs python3` -lboost_python-py3 -o $@
88

99
.h.cd:
1010
../classdesc -I .. -typeName -use_mbr_pointers -onbase -overload python <$< >$@

0 commit comments

Comments
 (0)