summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2018-07-05 11:46:29 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-07-05 16:05:36 +0100
commit081b4979cb8fe899186f49abf14e8a7d0594b626 (patch)
tree5d553441ba391535c2038b53d409a064a74134fb
parent2b18af8042961459b5aefeba9dc07a3385741d21 (diff)
downloadmullvadvpn-081b4979cb8fe899186f49abf14e8a7d0594b626.tar.xz
mullvadvpn-081b4979cb8fe899186f49abf14e8a7d0594b626.zip
Add powershell env file
-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"