lib/extensions/digest-md5/ext/Rakefile in rhodes-3.1.1 vs lib/extensions/digest-md5/ext/Rakefile in rhodes-3.2.0.beta.1
- old
+ new
@@ -13,10 +13,10 @@
args << "-I#{$rhoroot}/lib/extensions/digest/ext"
args << "-I#{$rhoroot}/platform/shared/ruby/include"
args << "-I#{$rhoroot}/platform/shared"
if ENV['RHO_PLATFORM'] == 'android'
- args << "-I#{$rhoroot}/platform/shared/ruby/linux"
+ args << "-I#{$rhoroot}/platform/shared/ruby/android"
args << "-I#{$rhoroot}/platform/shared/ruby/generated"
cc_compile f, $tempdir, args or exit 1
elsif ENV['RHO_PLATFORM'] == 'iphone'
args << "-I#{$rhoroot}/platform/shared/ruby/iphone"