diff options
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 # |
