blob: 0f8899e404d4a94f237f7dcdf867c7b8ed7ee264 (
plain)
1
2
3
4
5
|
$SCRIPT_DIR = split-path -parent $MyInvocation.MyCommand.Definition
$env:OPENSSL_STATIC="1"
$env:OPENSSL_LIB_DIR="$SCRIPT_DIR\dist-assets\binaries\x86_64-pc-windows-msvc"
$env:OPENSSL_INCLUDE_DIR="$SCRIPT_DIR\dist-assets\binaries\x86_64-pc-windows-msvc\include"
|