diff options
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index e8d07769d..991a6bfb3 100644 --- a/build_config.rb +++ b/build_config.rb @@ -2,7 +2,7 @@ MRuby::Build.new do |conf| # load specific toolchain settings # Gets set by the VS command prompts. - if ENV['VisualStudioVersion'] + if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR'] toolchain :visualcpp else toolchain :gcc |
