Skip to content

Commit 414eb81

Browse files
committed
feat: add MF
1 parent d1e831b commit 414eb81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PYINC=$(shell python3-config --cflags --embed )
1414
endif
1515

1616
wrapper:
17-
echo $(PYLIB)
17+
echo $(PYLIB)git
1818
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
1919
mkdir -p wrapper_lib
2020
cp libwrapper.so ./wrapper_lib

0 commit comments

Comments
 (0)