Skip to content

Commit

Permalink
ci: update LDFLAGS to match latest GoCV release
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 16, 2017
1 parent 07a24b2 commit 9bef0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo $GO_VERSION
FAIL_PACKAGES=()

# OpenCV components to link in CGO compile
OPENCV_LDFLAGS="-lopencv_core -lopencv_videoio -lopencv_imgproc -lopencv_highgui -lopencv_imgcodecs -lopencv_objdetect -lopencv_calib3d -lopencv_video"
OPENCV_LDFLAGS="-lopencv_core -lopencv_videoio -lopencv_imgproc -lopencv_highgui -lopencv_imgcodecs -lopencv_objdetect -lopencv_video -lopencv_features2d -lopencv_face -lopencv_xfeatures2d"

# Use $HOME on Travis
# Use /usr/local on local
Expand Down

0 comments on commit 9bef0a4

Please sign in to comment.