We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a58e49 commit bc4fc04Copy full SHA for bc4fc04
.evergreen/debian_package_build.sh
@@ -83,7 +83,7 @@ sudo chroot ./unstable-chroot /bin/bash -c '(set -o xtrace && \
83
LANG=C /bin/bash ./debian/build_snapshot.sh && \
84
debc ../*.changes && \
85
dpkg -i ../*.deb && \
86
- /usr/bin/gcc $(pkgconf --cflags mongocrypt bson2) -o example-state-machine test/example-state-machine.c -lmongocrypt -lbson2 )'
+ /usr/bin/gcc $(pkgconf --cflags libmongocrypt bson2) -o example-state-machine test/example-state-machine.c -lmongocrypt -lbson2 )'
87
88
[ -e ./unstable-chroot/tmp/libmongocrypt/example-state-machine ] || (echo "Example 'example-state-machine' was not built!" ; exit 1)
89
(cd ./unstable-chroot/tmp/ ; tar zcvf ../../deb.tar.gz *.dsc *.orig.tar.gz *.debian.tar.xz *.build *.deb)
0 commit comments