summaryrefslogtreecommitdiffhomepage
path: root/env.ps1
blob: 90cb95e8f6d07e0e864e5b24b4a089fb9d33838b (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\windows"
$env:OPENSSL_INCLUDE_DIR="$SCRIPT_DIR\dist-assets\binaries\windows\include"