mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add a limitation for object files with C Extension
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user