diff options
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 572539a..d257d3b 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -25,6 +25,12 @@ enum app_tags { TAG_SILENT, TAG_TAG, TAG_VERBOSE, + TAG_TARGET, + TAG_HOST, + TAG_FLAVOR, + TAG_AR, + TAG_RANLIB, + TAG_DLLTOOL, TAG_OUTPUT, TAG_NO_SUPPRESS, TAG_PREFER_PIC, |