summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/compile/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index a1c915a0e..ec995bd74 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -118,7 +118,9 @@ Configuration of the Linker binary, flags and library paths.
conf.linker do |linker|
linker.command = ...
linker.flags = ...
+ linker.flags_before_libraries = ...
linker.libraries = ...
+ linker.flags_after_libraries = ...
linker.library_paths = ....
linker.option_library = ...
linker.option_library_path = ...