summarylogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Bermond2019-11-20 23:41:39 +0000
committerDaniel Bermond2019-11-20 23:41:39 +0000
commitfcbcad4fb4f52b2269606f33b25842fdd24060ef (patch)
tree3811d18dcb528986fbf7247754a4fe579008c4e0 /Makefile.config
parentb3b9afd7a5b47358d1877585f4bd19067d8b9b00 (diff)
downloadaur-fcbcad4fb4f52b2269606f33b25842fdd24060ef.tar.gz
Update Makefile for python 3.8. Drop i686 arch. Cosmetic changes.
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 9a7b0d741472..9df4cf1d2a77 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -10,8 +10,8 @@ OPENCV_VERSION := $(_OCVMAJ)
BLAS := open
BLAS_INCLUDE := /usr/include
BLAS_LIB := /usr/lib
-PYTHON_LIBRARIES := boost_python$(_PYMAJ) python$(_PYVER)m
-PYTHON_INCLUDE := /usr/include/python$(_PYVER)m \
+PYTHON_LIBRARIES := boost_python$(_PYMAJ) python$(_PYVER)
+PYTHON_INCLUDE := /usr/include/python$(_PYVER) \
/usr/lib/python$(_PYVER)/site-packages/numpy/core/include
PYTHON_LIB := /usr/lib
WITH_PYTHON_LAYER := 1