Skip to content

Commit

Permalink
add missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 12, 2019
1 parent bbb4108 commit 6bc518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
library_dirs = [openssl_dir + '\lib']
includes = [openssl_dir + '\include', 'scrypt-windows-stubs/include']
if os.path.isfile(library_dirs[0] + '\libcrypto.lib'):
libraries = ['libcrypto_static', 'advapi32']
libraries = ['libcrypto_static', 'advapi32', 'user32', 'gdi32']
else:
libraries = ['libeay32', 'advapi32']

Expand Down

0 comments on commit 6bc518a

Please sign in to comment.