From ef9df5dc7d32b79e6b4e0d6924eeae2cc614dfce Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 14 Aug 2020 14:15:29 +0900 Subject: Allow `MRUBY_CONFIG` to specify target file out of source tree. --- doc/mruby3.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/mruby3.md') diff --git a/doc/mruby3.md b/doc/mruby3.md index 75bd5870e..29da25cbc 100644 --- a/doc/mruby3.md +++ b/doc/mruby3.md @@ -43,6 +43,10 @@ in `target/host.rb`. There are many other targets for example: `target/host.rb` comes with comments to help writing a new target description. +If you want to have your target description out of the +source tree, you can specify the path to the description +file in `MRUBY_CONFIG`. + = Build Target Contribution When you write a new target description, please -- cgit v1.2.3