mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
doc/guides/link.md: fixed typo.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ it in `mrbgem.rake`.
|
||||
|
||||
The `libmruby` is a normal library so that you can just link it to your
|
||||
application. Specify proper compiler options (`-I` etc.) and linker options
|
||||
(`-Lmruby` etc.) to compile and link your application. Specify those options in
|
||||
(`-lmruby` etc.) to compile and link your application. Specify those options in
|
||||
your build script (e.g. `Makefile`).
|
||||
|
||||
### Compiler options
|
||||
|
||||
Reference in New Issue
Block a user