diff options
Diffstat (limited to 'target/android_armeabi.rb')
| -rw-r--r-- | target/android_armeabi.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/android_armeabi.rb b/target/android_armeabi.rb index 17330242a..41a657c3b 100644 --- a/target/android_armeabi.rb +++ b/target/android_armeabi.rb @@ -1,18 +1,3 @@ -MRuby::Build.new do |conf| - - # Gets set by the VS command prompts. - if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR'] - toolchain :visualcpp - else - toolchain :gcc - end - - enable_debug - - # include the default GEMs - conf.gembox 'default' -end - # Requires Android NDK r13 or later. MRuby::CrossBuild.new('android-armeabi') do |conf| params = { |
