mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
000acedc35
Commitb9a1a1fb23is a revert of commit8df9a22a85, differing only in the comment. This means the issue from https://github.com/mruby/mruby/issues/6721 has reappeared. The cause of https://github.com/mruby/mruby/issues/6721, as stated in the commit message for commit8df9a22a85, is that each ".o" file has an indirect dependency on all ".pi" files through the presym file. This patch therefore adds a proxy-like task `gensym:update:#{build.name}` between tasks. Its purpose is to hide the direct dependency from ".o" files to the presym file from the rake system.