зеркало из https://github.com/github/ruby.git
[ruby/fiddle] windows: link to ws2_32 for WSAGetLastError()
https://github.com/ruby/fiddle/commit/e9955d74ae
This commit is contained in:
Родитель
71d4a493b8
Коммит
79717f81f8
|
@ -200,6 +200,8 @@ elsif have_header "windows.h"
|
|||
%w{ LoadLibrary FreeLibrary GetProcAddress }.each do |func|
|
||||
abort "missing function #{func}" unless have_func(func)
|
||||
end
|
||||
|
||||
have_library "ws2_32"
|
||||
end
|
||||
|
||||
have_const('FFI_STDCALL', ffi_header)
|
||||
|
|
Загрузка…
Ссылка в новой задаче