summaryrefslogtreecommitdiffhomepage
path: root/env.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'env.ps1')
-rw-r--r--env.ps15
1 files changed, 5 insertions, 0 deletions
diff --git a/env.ps1 b/env.ps1
new file mode 100644
index 0000000000..90cb95e8f6
--- /dev/null
+++ b/env.ps1
@@ -0,0 +1,5 @@
+$SCRIPT_DIR = split-path -parent $MyInvocation.MyCommand.Definition
+
+$env:OPENSSL_STATIC="1"
+$env:OPENSSL_LIB_DIR="$SCRIPT_DIR\dist-assets\binaries\windows"
+$env:OPENSSL_INCLUDE_DIR="$SCRIPT_DIR\dist-assets\binaries\windows\include"