Skip to content

Commit

Permalink
Set OpenSSL lib path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 22, 2016
1 parent 66ce96c commit e3fd1e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ install:
# the parent CMD process).
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

# Make sure OpenSSL libs are available.
- "SET LIB=C:\OpenSSL-Win32\lib;%LIB%"

# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
Expand Down

0 comments on commit e3fd1e5

Please sign in to comment.