diff options
author | Jean-Paul Calderone <exarkun@divmod.com> | 2009-07-19 09:22:35 -0400 |
---|---|---|
committer | Jean-Paul Calderone <exarkun@divmod.com> | 2009-07-19 09:22:35 -0400 |
commit | 6af967842afef288911d6c5078de068e36295e98 (patch) | |
tree | cc10c285c5f5cd9ad407aa9741295f7b22529b44 | |
parent | b80b3207ca69132fbf78b08d2928552602c82ad7 (diff) | |
download | pyopenssl-6af967842afef288911d6c5078de068e36295e98.tar.gz |
what
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ LibraryDirs = None # Add more platforms here when needed if os.name == 'nt' or sys.platform == 'win32': Libraries = ['Ws2_32'] - LibraryDirs = ["C:\\OpenSSL\\lib\\MinGW"] ExtraObjects = ["C:\\OpenSSL\\lib\\MinGW\\ssleay32.a", "C:\\OpenSSL\\lib\\MinGW\\libeay32.a"] else: Libraries = ['ssl', 'crypto'] |