Skip to content
Snippets Groups Projects
Commit a153748e authored by Jan David Mol's avatar Jan David Mol
Browse files

Python headers are not needed to build, so remove python include path

parent a34275d8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ run: recvmmsg.so
python3 udp_receiver.py
recvmmsg.so: recvmmsg.c
gcc -o recvmmsg.so recvmmsg.c -fPIC -rdynamic -shared -I/usr/include/python3.9 -O2
gcc -o recvmmsg.so recvmmsg.c -fPIC -rdynamic -shared -O2
clean:
rm recvmmsg.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment