doc/guides/link.md: fixed typo.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-07-29 10:13:26 +09:00
parent 23cb2a73ff
commit 64ea7f0930
+1 -1
View File
@@ -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