1
0
Fork 0
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:
Andy Brody 2014-03-31 20:48:28 -07:00
parent d50274b530
commit 706c272757

View file

@ -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