Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e21596c

Browse files
committed
update python ver
1 parent 5038c33 commit e21596c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 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
2+
includes = -I /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/include/python3.7m
33

44
# Numpy include
55
includes += -I /usr/local/lib/python3.7/site-packages/numpy/core/include
66

77
# 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
8+
includes += -L /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib
99

1010
# Link your python version
1111
linkings = -lpython3.7

0 commit comments

Comments
 (0)