summaryrefslogtreecommitdiffhomepage
path: root/doc/mruby3.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-08-14 14:15:29 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:39 +0900
commitef9df5dc7d32b79e6b4e0d6924eeae2cc614dfce (patch)
treeba82015784c150299d356e843a99e83f2a1354d6 /doc/mruby3.md
parent7dc595f98f86aa4f10f4d926086b859eab8e590e (diff)
downloadmruby-ef9df5dc7d32b79e6b4e0d6924eeae2cc614dfce.tar.gz
mruby-ef9df5dc7d32b79e6b4e0d6924eeae2cc614dfce.zip
Allow `MRUBY_CONFIG` to specify target file out of source tree.
Diffstat (limited to 'doc/mruby3.md')
-rw-r--r--doc/mruby3.md4
1 files changed, 4 insertions, 0 deletions
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