summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_commands.rake
diff options
context:
space:
mode:
authorTomasz Dąbrowski <[email protected]>2016-11-23 11:59:26 +0100
committerYukihiro "Matz" Matsumoto <[email protected]>2016-11-24 09:28:00 +0900
commit44c3859a9725a5fb41e374ba91b52459498b8f17 (patch)
tree3900834fc0f823d6fc73059bee13d6b7a2049913 /tasks/mruby_build_commands.rake
parent18757c8f7be05d9bc8d850180ada4d3fa1fc018d (diff)
downloadmruby-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.rake1
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)