diff options
| author | Tomasz Dąbrowski <[email protected]> | 2016-11-23 11:59:26 +0100 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-11-24 09:28:00 +0900 |
| commit | 44c3859a9725a5fb41e374ba91b52459498b8f17 (patch) | |
| tree | 3900834fc0f823d6fc73059bee13d6b7a2049913 /tasks/mruby_build_commands.rake | |
| parent | 18757c8f7be05d9bc8d850180ada4d3fa1fc018d (diff) | |
| download | mruby-44c3859a9725a5fb41e374ba91b52459498b8f17.tar.gz mruby-44c3859a9725a5fb41e374ba91b52459498b8f17.zip | |
Fix for compiling mruby as C++ on Visual Studio toolchain
Diffstat (limited to 'tasks/mruby_build_commands.rake')
| -rw-r--r-- | tasks/mruby_build_commands.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/mruby_build_commands.rake b/tasks/mruby_build_commands.rake index f4805f46d..d688077ff 100644 --- a/tasks/mruby_build_commands.rake +++ b/tasks/mruby_build_commands.rake @@ -41,6 +41,7 @@ module MRuby class Command::Compiler < Command attr_accessor :flags, :include_paths, :defines, :source_exts attr_accessor :compile_options, :option_define, :option_include_path, :out_ext + attr_accessor :cxx_compile_flag def initialize(build, source_exts=[]) super(build) |
