From b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4 Mon Sep 17 00:00:00 2001 From: dearblue Date: Sun, 8 Mar 2020 20:49:22 +0900 Subject: Improve conflict error message of mruby-bin-debugger; ref 87d1b2a91 --- mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 de2f90144..2b445182b 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h @@ -7,7 +7,7 @@ #define MRDBCONF_H #ifndef MRB_ENABLE_DEBUG_HOOK -# error Need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb' +# error mruby-bin-debugger need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb' #endif /* configuration options: */ -- cgit v1.2.3