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 01a39e7 commit d8d92d9Copy full SHA for d8d92d9
.evergreen/compile-unix.sh
@@ -72,8 +72,11 @@ if [ -n "$LIBMONGOC_VERSION" ]; then
72
echo "Finding Python3 binary... done."
73
74
php scripts/update-submodule-sources.php
75
+
76
# We invoke python manually as it may not be in the path
- $PYTHON src/libmongoc/build/calc_release_version.py > src/LIBMONGOC_VERSION_CURRENT
77
+ pushd src/libmongoc/
78
+ $PYTHON build/calc_release_version.py > ../LIBMONGOC_VERSION_CURRENT
79
+ popd
80
fi
81
82
phpize
0 commit comments