8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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/ 47BD Frameworks/Python.framework/Versions/3.7/lib
9
10
# Link your python version
11
linkings = -lpython3.7
0 commit comments