summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobbie Cooper <cooperra@users.noreply.github.com>2016-01-21 14:11:00 -0500
committerGil Raphaelli <g@raphaelli.com>2016-01-21 14:11:40 -0500
commitd95998129d4a306693a7228905688ddfcffa2f49 (patch)
tree7558079f7f192d0781082ce65543772aebc0674f /Makefile
parent813c3c9bb02a7e8b3899e7cfd6db1885228fb914 (diff)
downloadcaffe-d95998129d4a306693a7228905688ddfcffa2f49.tar.gz
caffe-d95998129d4a306693a7228905688ddfcffa2f49.tar.bz2
caffe-d95998129d4a306693a7228905688ddfcffa2f49.zip
Add makefile config option for linking Python 3 libraries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 985fffd6..ac7d12e2 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ ifeq ($(USE_OPENCV), 1)
endif
endif
-PYTHON_LIBRARIES := boost_python python2.7
+PYTHON_LIBRARIES ?= boost_python python2.7
WARNINGS := -Wall -Wno-sign-compare
##############################