diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-08-16 17:56:50 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:40 +0900 |
| commit | 1520c97e172484af7cbd0f51512cd3ac0025e228 (patch) | |
| tree | 9f54c511eefa4b0f1371b36d8036c53c7f0ff961 /target/ArduinoDue.rb | |
| parent | 8a87549315d0c7fd984a8ad239ebe3dbab4d2855 (diff) | |
| download | mruby-1520c97e172484af7cbd0f51512cd3ac0025e228.tar.gz mruby-1520c97e172484af7cbd0f51512cd3ac0025e228.zip | |
Add default `host` target for cross compiling.
You don't have to define explicit `host` build target any more.
Diffstat (limited to 'target/ArduinoDue.rb')
| -rw-r--r-- | target/ArduinoDue.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/ArduinoDue.rb b/target/ArduinoDue.rb index 09646a700..5859f8508 100644 --- a/target/ArduinoDue.rb +++ b/target/ArduinoDue.rb @@ -1,19 +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 - # Cross Compiling configuration for Arduino Due # http://arduino.cc/en/Main/ArduinoBoardDue # |
