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 18424e7 commit 8907508Copy full SHA for 8907508
.evergreen/env.sh
@@ -24,11 +24,12 @@ if [[ "$OSTYPE" == "cygwin" ]]; then
24
export NVM_SYMLINK
25
NVM_ARTIFACTS_PATH=$(cygpath -w "$NODE_ARTIFACTS_PATH/bin")
26
export NVM_ARTIFACTS_PATH
27
- export OPENSSL_DIR="C:\\openssl"
28
- OPENSSL_LIB_PATH=$(cygpath $OPENSSL_DIR/lib)
29
PATH=$(cygpath $NVM_SYMLINK):$(cygpath $NVM_HOME):$PATH
30
export PATH
31
echo "updated path on windows PATH=$PATH"
+
+ export OPENSSL_INCLUDE_DIR="C:\\Program Files\\OpenSSL-Win64\\include"
32
+ export OPENSSL_LIB_DIR="C:\\Program Files\\OpenSSL-Win64\\lib\\VC\\x64\\MD"
33
else
34
# Turn off tracing for the very-spammy nvm script.
35
set +o xtrace
0 commit comments