We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e831b commit 414eb81Copy full SHA for 414eb81
1 file changed
Makefile
@@ -14,7 +14,7 @@ PYINC=$(shell python3-config --cflags --embed )
14
endif
15
16
wrapper:
17
- echo $(PYLIB)
+ echo $(PYLIB)git
18
g++ -Wall -pedantic -Wextra -fPIC -shared -std=c++1y -fvisibility=default -Wno-attributes $(PYINC) -g -O0 -I. -I./include/spdlog/include/ -I./include/ -o libwrapper.so pyWrapper.cpp fswatch.cpp wrapper.cpp -L. -L /opt/conda/envs/loader/lib $(PYLIB) -rdynamic
19
mkdir -p wrapper_lib
20
cp libwrapper.so ./wrapper_lib
0 commit comments