Skip to content

Instantly share code, notes, and snippets.

@daog1
Forked from gentoo90/rust-openssl-msvc-test.cmd
Created February 16, 2016 08:51
Show Gist options
  • Save daog1/43112a222d37c9a97dca to your computer and use it in GitHub Desktop.
Save daog1/43112a222d37c9a97dca to your computer and use it in GitHub Desktop.
set DEP_OPENSSL_INCLUDE=C:\OpenSSL-Win64\include
set OPENSSL_INCLUDE_DIR=C:\OpenSSL-Win64\include
set OPENSSL_LIBS=ssleay32MT:libeay32MT
set OPENSSL_LIB_DIR=C:\OpenSSL-Win64\lib\VC
path C:\OpenSSL-Win64\bin;%PATH%
cargo test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment