diff options
author | midipix <writeonce@midipix.org> | 2016-10-07 22:27:13 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-07 22:27:13 -0400 |
commit | 05ca7ea5f194f44e9f26567560cf4266a8e0f3f5 (patch) | |
tree | 64c2ee7bf5a812a5677939c5abaa102b1edcf071 /src/skin/slbt_skin_default.c | |
parent | ec296aac58b0c9afd185951427d75da1229b9f19 (diff) | |
download | slibtool-05ca7ea5f194f44e9f26567560cf4266a8e0f3f5.tar.bz2 slibtool-05ca7ea5f194f44e9f26567560cf4266a8e0f3f5.tar.xz |
driver: added support for -dlopen (currently a no-op).
Diffstat (limited to 'src/skin/slbt_skin_default.c')
-rw-r--r-- | src/skin/slbt_skin_default.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 09408a3..6f752b7 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -139,6 +139,12 @@ const struct argv_option slbt_default_options[] = { "followed by the creation of libfoo.so " "as a symlink thereto"}, + {"dlopen", 0,TAG_DLOPEN,ARGV_OPTARG_REQUIRED, + ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE, + 0,"<module>", + "add the directory containing %s to the library path " + "[currently a no-op]"}, + {"export-symbols", 0,TAG_EXPSYM_FILE,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE, 0,"<symfile>", |