From 05ca7ea5f194f44e9f26567560cf4266a8e0f3f5 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 7 Oct 2016 22:27:13 -0400 Subject: driver: added support for -dlopen (currently a no-op). --- src/skin/slbt_skin_default.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/skin/slbt_skin_default.c') 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,"", + "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,"", -- cgit v1.2.3