mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0e44db114c
Add conf.ports method to specify target platform tags (e.g., :esp32, :rp2040, :posix). Gems with matching ports/<name>/ directories will automatically compile those sources. Host builds auto-detect :posix or :win when not explicitly set. Cross builds require explicit specification. Existing gems without ports/ directories are unaffected. Co-authored-by: Claude <noreply@anthropic.com>