From 81bff9aac28d324ab0f1108a57267d54f006f3c7 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Mon, 24 Sep 2012 01:30:48 +0800 Subject: Add a limitation for object files with C Extension --- doc/mrbgems/README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3