Skip to content

Commit 5f84ad7

Browse files
authored
Merge pull request #5198 from longjon/config-backslash
Remove trailing backslash on comment in Makefile.config.example
2 parents bc0d680 + 9b9f6d0 commit 5f84ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.config.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PYTHON_INCLUDE := /usr/include/python2.7 \
6868
# ANACONDA_HOME := $(HOME)/anaconda
6969
# PYTHON_INCLUDE := $(ANACONDA_HOME)/include \
7070
# $(ANACONDA_HOME)/include/python2.7 \
71-
# $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include \
71+
# $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include
7272

7373
# Uncomment to use Python 3 (default is Python 2)
7474
# PYTHON_LIBRARIES := boost_python3 python3.5m

0 commit comments

Comments
 (0)