summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index b630126..b255042 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -35,6 +35,8 @@ enum app_tags {
TAG_AR,
TAG_RANLIB,
TAG_DLLTOOL,
+ TAG_MDSO,
+ TAG_IMPLIB,
TAG_OUTPUT,
TAG_BINDIR,
TAG_LDRPATH,
@@ -71,6 +73,7 @@ struct slbt_host_strs {
char * ar;
char * ranlib;
char * dlltool;
+ char * mdso;
};
struct slbt_driver_ctx_impl {