Merge pull request #6281 from dearblue/binding
[mruby.git] / build_config.rb
blob625661df0fdf9c45cfb871f4a9c14633d1bc8e91
1 # The default build configuration file was moved to `build_config/default.rb`.
3 # Recommended way to customize the build configuration is:
4 #  * copy `default.rb` (or any config file) to a new file (e.g. `myconfig.rb`)
5 #  * edit `myconfig.rb`.
6 #  * `rake MRUBY_CONFIG=/path/to/myconfig.rb` to compile and test.
7 #  * or `rake MRUBY_CONFIG=myconfig` if your configuration file is in the `build_config` directory.
8 #  * (optional) submit your configuration as a pull-request if it's useful for others
9 raise "The default configuration was moved to `build_config/default.rb`"