summaryrefslogtreecommitdiffhomepage
path: root/env.ps1
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2018-07-05 16:06:59 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-07-05 16:06:59 +0100
commitf0ac8a80c03a77fa325e2ef48b3a662692e4bbc2 (patch)
treebcc420e38f8b6952fab06aa44b500b1078f43d3d /env.ps1
parent93903c446629c090c9196aae3e13c39ea4795b32 (diff)
parent41480c12406288dbe873826d6487b81e66a2cf98 (diff)
downloadmullvadvpn-f0ac8a80c03a77fa325e2ef48b3a662692e4bbc2.tar.xz
mullvadvpn-f0ac8a80c03a77fa325e2ef48b3a662692e4bbc2.zip
Merge branch 'static-openssl'
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"