diff options
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index ad4b5d5e6..7eef38222 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -116,6 +116,8 @@ The following limitations are currently existing: * Gem _MUST NOT_ have a *mrblib* folder in case it doesn't have a Ruby extension * Only Ruby files in the root directory of *mrblib* will be integrated +* C files in the directory of *src* are overriding object files with + the same name. If you have ideas how to fix these issues without implementing to much complexity into the code please provide your code or idea. |
