summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-24 01:30:48 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-24 01:30:48 +0800
commit81bff9aac28d324ab0f1108a57267d54f006f3c7 (patch)
treeec227a6339925b5e703b5651fd3524cbc6bcae8d /doc
parent78a053a1ea5927caa62e3d815a8e6eeb27669935 (diff)
downloadmruby-81bff9aac28d324ab0f1108a57267d54f006f3c7.tar.gz
mruby-81bff9aac28d324ab0f1108a57267d54f006f3c7.zip
Add a limitation for object files with C Extension
Diffstat (limited to 'doc')
-rw-r--r--doc/mrbgems/README.md2
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.