Skip to content

Instantly share code, notes, and snippets.

@gentoo90
Created December 18, 2015 21:39
Show Gist options
  • Save gentoo90/f1dbad19910069ba9a7d to your computer and use it in GitHub Desktop.
Save gentoo90/f1dbad19910069ba9a7d 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