diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 7b6114d..83c7ad9 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -90,6 +90,7 @@ enum app_tags { TAG_DISABLE_STATIC, TAG_DISABLE_SHARED, TAG_NO_UNDEFINED, + TAG_PREFER_SLTDL, TAG_MODULE, TAG_AVOID_VERSION, TAG_COMPILER_FLAG, @@ -209,6 +210,7 @@ struct slbt_exec_ctx_impl { char * args; char * shadow; char * dsoprefix; + char * lsltdl; size_t size; size_t exts; int fdwrapper; |