We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f54b5 commit fd940feCopy full SHA for fd940fe
1 file changed
.evergreen/install-dependencies.sh
@@ -21,7 +21,7 @@ if [ "${OS:-}" = "Windows_NT" ] && [ -n "${NODE_ARTIFACTS_PATH:-}" ]; then
21
fi
22
_INSTALL_DEPS_NODE_ARTIFACTS_PATH="${NODE_ARTIFACTS_PATH:-}"
23
24
-if [ "$NATIVE" = "true" ]; then
+if [ "$NATIVE" = "true" ] || [ "${OS:-}" = "Windows_NT" ]; then
25
# https://github.com/nodejs/node-gyp#configuring-python-dependency
26
. $DRIVERS_TOOLS/.evergreen/find-python3.sh
27
NODE_GYP_FORCE_PYTHON=$(find_python3)
0 commit comments