diff options
| author | dearblue <[email protected]> | 2020-03-08 20:49:22 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2020-03-08 20:49:22 +0900 |
| commit | b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4 (patch) | |
| tree | 4807bf03bcf46d1cedc8da98e07e4cee732a68b1 | |
| parent | 5bf5a2cc6e9e78cb84118c08dd9498bbe854e7cb (diff) | |
| download | mruby-b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4.tar.gz mruby-b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4.zip | |
Improve conflict error message of mruby-bin-debugger; ref 87d1b2a91
| -rw-r--r-- | mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: */ |
