diff options
Diffstat (limited to 'doc/compile/README.md')
| -rw-r--r-- | doc/compile/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md index 2d3bec367..8e91e7546 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -245,7 +245,7 @@ mruby can use C++ exception to raise exception internally. It is called C++ ABI mode. By using C++ exception it can release C++ stack object correctly. Whenever you mix C++ code C++ ABI mode would be enabled automatically. -If you need to enable C++ ABI mode explicity add the following: +If you need to enable C++ ABI mode explicitly add the following: ```ruby conf.enable_cxx_abi ``` @@ -409,7 +409,7 @@ like this: An extra directory is created for the target platform. In case you compile for *i386* a directory called *i386* is created under the -build direcotry. +build directory. The cross compilation workflow starts in the same way as the normal compilation by compiling all *native* libraries and binaries. |
