Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHinTak <htl10@users.sourceforge.net>2017-09-02 01:01:51 +0300
committerMarek Safar <marek.safar@gmail.com>2017-09-02 01:24:40 +0300
commit9cba093c6301a327c49d570f34c46a6311445518 (patch)
treec2dcb538ad4651cfa7e4c2843fac06f235a6d0b6 /man/mkbundle.1
parent29017b48d364bcbb52b8a316f75c506cb3c9d34a (diff)
Clarifying the usage of the --library option
I found that multiple libraries need to be specified in dependency order. That was not obvious from the man page. Make it explicit. See https://bugzilla.xamarin.com/show_bug.cgi?id=59154
Diffstat (limited to 'man/mkbundle.1')
-rw-r--r--man/mkbundle.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mkbundle.1 b/man/mkbundle.1
index 8a738a56f83..adcc3adff0c 100644
--- a/man/mkbundle.1
+++ b/man/mkbundle.1
@@ -177,7 +177,9 @@ same as for the compiler -lib: or -L flags.
Embeds the dynamic library file pointed to by `PATH' and optionally
give it the name `LIB' into the bundled executable. This is used to
ship native library dependencies that are unpacked at startup and
-loaded from the runtime.
+loaded from the runtime. Multiple libraries should be specified in
+dependency order, where later ones on the command line depend on
+earlier ones.
.TP
.I "--lists-targets"
Lists all of the available local cross compilation targets available