Skip to content

Commit

Permalink
Temporary patch to force mingw32 to be detected as windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrasimplicity committed May 14, 2018
1 parent 8b441b9 commit dff558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aruba/platforms/windows_platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Platforms
# @private
class WindowsPlatform < UnixPlatform
def self.match?
FFI::Platform.windows?
FFI::Platform.windows? || (RbConfig::CONFIG['host_os'] =~ /mingw32/)
end

# @see UnixPlatform#command_string
Expand Down

0 comments on commit dff558d

Please sign in to comment.