diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-03 16:14:23 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-03 16:14:23 -0800 |
| commit | 913faa43c83f31898a66dad394f609e547e1d3bd (patch) | |
| tree | ddbf005de60b894b617a94cc1038cb64778aef3c /doc/compile/README.md | |
| parent | baa5ed9c8ec737e566ffd73a29361961422abe02 (diff) | |
| parent | 93c0f3b7d44a8775087dcbf49642ddd6c44c44e6 (diff) | |
| download | mruby-913faa43c83f31898a66dad394f609e547e1d3bd.tar.gz mruby-913faa43c83f31898a66dad394f609e547e1d3bd.zip | |
Merge pull request #813 from masuidrive/generate_mrbtest_a
Generate mrbtest.a file for sparete from driver.o
Diffstat (limited to 'doc/compile/README.md')
| -rw-r--r-- | doc/compile/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md index a86ddbe62..c6ab2f584 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -160,6 +160,16 @@ Integrate GEMs in the build process. # Integrate GEM without additional configuration conf.gem 'path/to/another/gem' + +### Mrbtest + +Configuration Mrbtest build process. + +If you want mrbtest.a only, You should set ```conf.build_mrbtest_lib_only``` + + conf.build_mrbtest_lib_only + + ## Cross-Compilation mruby can also be cross-compiled from one platform to another. To |
