From 9a5427f37345548d8c61294d5dabcf73e9a39ce7 Mon Sep 17 00:00:00 2001 From: Dewang Sultania Date: Wed, 12 Jul 2017 16:07:18 +0530 Subject: [PATCH] export MATLAB_BIN path in the makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 779b338..09e4dc8 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ export JAVAPATH := $(shell echo $(ROOTPATH))/libraries/share/ export DEBUGBINPATH := $(shell echo $(ROOTPATH))/libraries/debug/bin/ export DEBUGINCLUDEPATH := $(shell echo $(ROOTPATH))/libraries/debug/include/ export DEBUGLIBPATH := $(shell echo $(ROOTPATH))/libraries/debug/lib/ +export MATLAB_BIN=/opt/matlab/bin/ # Locate the python bin. PYTHON_BIN := $(shell which python3.3)