Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5038c33 commit e21596cCopy full SHA for e21596c
Makefile
@@ -1,11 +1,11 @@
1
# Put the path to your Python.h here
2
-includes = -I /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m
+includes = -I /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/include/python3.7m
3
4
# Numpy include
5
includes += -I /usr/local/lib/python3.7/site-packages/numpy/core/include
6
7
# Add the path to the directory containing libpython*.a here if the linking fails
8
-includes += -L /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib
+includes += -L /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib
9
10
# Link your python version
11
linkings = -lpython3.7
0 commit comments