Skip to content

Commit bc4fc04

Browse files
authored
fix debian-package-build task (#1086)
1 parent 3a58e49 commit bc4fc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/debian_package_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sudo chroot ./unstable-chroot /bin/bash -c '(set -o xtrace && \
8383
LANG=C /bin/bash ./debian/build_snapshot.sh && \
8484
debc ../*.changes && \
8585
dpkg -i ../*.deb && \
86-
/usr/bin/gcc $(pkgconf --cflags mongocrypt bson2) -o example-state-machine test/example-state-machine.c -lmongocrypt -lbson2 )'
86+
/usr/bin/gcc $(pkgconf --cflags libmongocrypt bson2) -o example-state-machine test/example-state-machine.c -lmongocrypt -lbson2 )'
8787

8888
[ -e ./unstable-chroot/tmp/libmongocrypt/example-state-machine ] || (echo "Example 'example-state-machine' was not built!" ; exit 1)
8989
(cd ./unstable-chroot/tmp/ ; tar zcvf ../../deb.tar.gz *.dsc *.orig.tar.gz *.debian.tar.xz *.build *.deb)

0 commit comments

Comments
 (0)