You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/05/30 06:26:26 UTC

[incubator-mxnet] branch master updated: Update Makefile (#11092)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new badd282  Update Makefile (#11092)
badd282 is described below

commit badd28294934bb20a9e353e21cb0a54b49d2b95e
Author: Thomas Delteil <th...@gmail.com>
AuthorDate: Tue May 29 23:25:53 2018 -0700

    Update Makefile (#11092)
---
 example/image-classification/predict-cpp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/image-classification/predict-cpp/Makefile b/example/image-classification/predict-cpp/Makefile
index 3f8968b..e0c0bc6 100644
--- a/example/image-classification/predict-cpp/Makefile
+++ b/example/image-classification/predict-cpp/Makefile
@@ -12,7 +12,7 @@ CFLAGS+= `pkg-config --cflags opencv`
 LDFLAGS+=`pkg-config --libs opencv`
 
 # Added for mxnet
-export MXNET_ROOT=`pwd`/../../../../mxnet
+export MXNET_ROOT=`pwd`/../../..
 
 CFLAGS+=-Wall -I$(MXNET_ROOT)/include
 LDFLAGS+=$(MXNET_ROOT)/lib/libmxnet.so

-- 
To stop receiving notification emails like this one, please contact
zhasheng@apache.org.