inclusive comparison in intel-haxm.rb

and remove "then"
This commit is contained in:
Roland Walker 2014-12-09 07:21:50 -05:00
parent 481f4b9a80
commit 3a2f63a87f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cask :v1 => 'intel-haxm' do
homepage 'https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager'
license :unknown
if MacOS.version < :mavericks then
if MacOS.version <= :mountain_lion
container :nested => "haxm-macosx_r05/IntelHAXM_#{version}_for_below_10_9.dmg"
else
container :nested => "haxm-macosx_r05/IntelHAXM_#{version}_for_10_9_and_above.dmg"