mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Add comment about why we need ffi.
This commit is contained in:
parent
d50274b530
commit
706c272757
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ platform = ENV['BUILD_PLATFORM']
|
|||
|
||||
case platform
|
||||
when /(mingw32|mswin32)/
|
||||
# ffi is needed for RestClient::Windows::RootCerts
|
||||
s.add_dependency('ffi', '~> 1.9.3')
|
||||
s.platform = platform
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue