Actions
Bug #9817
closedThe extconf.rb for OpenSSL assumes MingW
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.1p76 (2014-02-24 revision 45161) [i386-mswin32_100]
Backport:
Description
It appears that the extconf.rb file for openssl assumes mingw. The problem is that gdi32 and wsock32 need to be linked, even for Visual Studio.
The simple fix is to change "if $mingw
" to "if File::ALT_SEPARATOR
" on line 40.
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0Like0