We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a68787 commit c22c6d8Copy full SHA for c22c6d8
pythonExample/Makefile
@@ -4,7 +4,7 @@ CFLAGS=-g `pkg-config --cflags python3` -I.. -I. -I../json5_parser/json5_parser
4
VPATH=..
5
6
example.so: $(OBJS)
7
- g++ -fPIC -shared -Wl,-soname,example $^ `pkg-config --libs python3` -lboost_python3 -o $@
+ g++ -fPIC -shared -Wl,-soname,example $^ `pkg-config --libs python3` -lboost_python-py3 -o $@
8
9
.h.cd:
10
../classdesc -I .. -typeName -use_mbr_pointers -onbase -overload python <$< >$@
0 commit comments