summaryrefslogtreecommitdiffhomepage
path: root/target
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-01 21:16:24 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:20:47 +0900
commitd70536e0e8d46139305648a12f67a9a94ed519a0 (patch)
tree2f4f4ea94c111fdaad25dcf2ff7d9f58b9320228 /target
parentfdbfeaf533fd75143f5d3af3ec6c585b9da746c4 (diff)
downloadmruby-d70536e0e8d46139305648a12f67a9a94ed519a0.tar.gz
mruby-d70536e0e8d46139305648a12f67a9a94ed519a0.zip
Update `host.rb` build script.
Diffstat (limited to 'target')
-rw-r--r--target/host.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/host.rb b/target/host.rb
index 4f0286882..eb6e3c15f 100644
--- a/target/host.rb
+++ b/target/host.rb
@@ -80,19 +80,7 @@ MRuby::Build.new do |conf|
# conf.file_separator = '/'
# Turn on `enable_debug` for better debugging
- # enable_debug
enable_debug
conf.enable_bintest
conf.enable_test
end
-
-MRuby::Build.new('test') do |conf|
- # Gets set by the VS command prompts.
- if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR']
- toolchain :visualcpp
- else
- toolchain :gcc
- end
-
- conf.gembox 'default'
-end