diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-07-05 16:06:59 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-07-05 16:06:59 +0100 |
| commit | f0ac8a80c03a77fa325e2ef48b3a662692e4bbc2 (patch) | |
| tree | bcc420e38f8b6952fab06aa44b500b1078f43d3d /env.ps1 | |
| parent | 93903c446629c090c9196aae3e13c39ea4795b32 (diff) | |
| parent | 41480c12406288dbe873826d6487b81e66a2cf98 (diff) | |
| download | mullvadvpn-f0ac8a80c03a77fa325e2ef48b3a662692e4bbc2.tar.xz mullvadvpn-f0ac8a80c03a77fa325e2ef48b3a662692e4bbc2.zip | |
Merge branch 'static-openssl'
Diffstat (limited to 'env.ps1')
| -rw-r--r-- | env.ps1 | 5 |
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" |
