Skip to content

Commit 9fcec3c

Browse files
committed
build_matrix.sh: Use the local libpcap before the system one
This means we'll catch any "make check" errors sooner. ("make check" is not run with system libpcap.)
1 parent 2582fcc commit 9fcec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_matrix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# MATRIX_BUILD_LIBPCAP, MATRIX_REMOTE, MATRIX_CC, MATRIX_CMAKE, MATRIX_CRYPTO
88
# and MATRIX_SMB.
99

10-
: "${MATRIX_BUILD_LIBPCAP:=no yes}"
10+
: "${MATRIX_BUILD_LIBPCAP:=yes no}"
1111
: "${MATRIX_REMOTE:=no}"
1212
: "${MATRIX_CC:=gcc clang}"
1313
: "${MATRIX_CMAKE:=no yes}"

0 commit comments

Comments
 (0)