| Age | Commit message (Collapse) | Author |
|
This reverts commit 34f82f24e941f36edc8d947a8a9300631b3121ff.
Ref #5282
|
|
Where `mruby-config` command should be generated.
|
|
The output directory will be `host-bin`, so it will be output as `<build-dir>/host-bin/mruby-config`.
It's still not available for target devices.
|
|
|
|
The build error occurred when the "build/XXX/bin" directory did not exist.
|
|
- Respect `--verbose(-v)` and `--dry-run(-n)` options.
- Silence warnings to keyword arguments on Ruby 2.7.
|
|
|
|
- Use `MRuby::Gem::Specification`
- Fix a binary name is added to `MRuby::Build#bins` multiple times
- Close file immediately (avoid using `open(...).read`)
- Simplify
|
|
https://github.com/shuujii/mruby into shuujii-rename-bin-mruby-config-to-bin-config
|
|
For brevity and consistency (e.g. `mruby-bin-strip` doesn't have `mruby-`
after `bin-`).
|