From 33742d941ff3e8e361c6d3a36071765b686cb94c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 29 Oct 2020 11:32:46 +0900 Subject: Move `build_config.rb` -> `build_config/default.rb`; ref #5098 In addition, update the documents referring `build_config.rb` which is no longer used. The new `build_config.rb` describes the new configuration structure in the comment. --- mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-bin-mrbc') diff --git a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c index acad28bd8..df674f556 100644 --- a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c +++ b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c @@ -1,7 +1,7 @@ #include #ifdef MRB_DISABLE_STDIO -# error mruby-bin-mrbc conflicts 'MRB_DISABLE_STDIO' configuration in your 'build_config.rb' +# error mruby-bin-mrbc conflicts 'MRB_DISABLE_STDIO' in your build configuration #endif #include -- cgit v1.2.3