File: build_config.rb

package info (click to toggle)
mruby 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,584 kB
  • sloc: ansic: 51,933; ruby: 29,510; yacc: 7,077; cpp: 517; makefile: 51; sh: 42
file content (9 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
# The default build configuration file was moved to `build_config/default.rb`.
#
# Recommended way to customize the build configuration is:
#  * copy `default.rb` (or any config file) to a new file (e.g. `myconfig.rb`)
#  * edit `myconfig.rb`.
#  * `rake MRUBY_CONFIG=/path/to/myconfig.rb` to compile and test.
#  * or `rake MRUBY_CONFIG=myconfig` if your configuration file is in the `build_config` directory.
#  * (optional) submit your configuration as a pull-request if it's useful for others
raise "The default configuration was moved to `build_config/default.rb`"