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-debugger/tools/mrdb/mrdbconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mrbgems/mruby-bin-debugger') diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h index 080b0616b..e2c4c7200 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h @@ -7,11 +7,11 @@ #define MRDBCONF_H #ifndef MRB_ENABLE_DEBUG_HOOK -# error mruby-bin-debugger need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb' +# error mruby-bin-debugger need 'MRB_ENABLE_DEBUG_HOOK' in your build configuration #endif #ifdef MRB_DISABLE_STDIO -# error mruby-bin-debugger conflicts 'MRB_DISABLE_STDIO' configuration in your 'build_config.rb' +# error mruby-bin-debugger conflicts 'MRB_DISABLE_STDIO' in your build configuration #endif /* configuration options: */ -- cgit v1.2.3