Skip to content

Commit

Permalink
Adjust spec files for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Oct 13, 2016
1 parent 6621aa2 commit b451915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openbazaard.win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a = Analysis(['OpenBazaar-Server\\openbazaard.py'],
runtime_hooks=None,
excludes=None,
win_no_prefer_redirects=None,
win_private_assemblies=None,
win_private_assemblies=True,
cipher=block_cipher)
a.binaries += [('ssleay32.dll', '..\\windows\\win64\\ssleay32.dll', 'BINARY'),
('libeay32.dll', '..\\windows\\win64\\libeay32.dll', 'BINARY')]
Expand Down
2 changes: 1 addition & 1 deletion openbazaard.win32.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a = Analysis(['OpenBazaar-Server\\openbazaard.py'],
runtime_hooks=None,
excludes=None,
win_no_prefer_redirects=None,
win_private_assemblies=None,
win_private_assemblies=True,
cipher=block_cipher)
a.binaries += [('ssleay32.dll', '..\\windows\\win32\\ssleay32.dll', 'BINARY'),
('libeay32.dll', '..\\windows\\win32\\libeay32.dll', 'BINARY')]
Expand Down

0 comments on commit b451915

Please sign in to comment.