• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

修訂83922d0bbb7de894380fa6b33e7d75061114aa59 (tree)
時間2015-10-16 00:18:36
作者Yukihiro "Matz" Matsumoto <matz@ruby...>
CommiterYukihiro "Matz" Matsumoto

Log Message

use visualcpp toolchain for test as well

Change Summary

差異

--- a/build_config.rb
+++ b/build_config.rb
@@ -109,7 +109,12 @@ MRuby::Build.new('host-debug') do |conf|
109109 end
110110
111111 MRuby::Build.new('test') do |conf|
112- toolchain :gcc
112+ # Gets set by the VS command prompts.
113+ if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR']
114+ toolchain :visualcpp
115+ else
116+ toolchain :gcc
117+ end
113118
114119 enable_debug
115120 conf.enable_bintest