Skip to content

Commit

Permalink
Fixed wrong ld OpenCV path in Linux Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyo26 committed Jan 28, 2016
1 parent 3224f02 commit cd1bb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ ALL += $(IMAGEREADER)
SRC+=$(IMAGEREADER_SRC)
INCLUDEPATH += $(OPENCV_PATH)/include
LIBPATH += $(OPENCV_PATH)/release/lib
LIBPATH += $(OPENCV_PATH)/lib
$(IMAGEREADER): $(IMAGEREADER_OBJ) | $(CNTKMATH_LIB)
@echo $(SEPARATOR)
Expand Down

0 comments on commit cd1bb59

Please sign in to comment.