From a943fc79ea08792a9f1679183372bd4fccedcf2d Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 11 Apr 2016 13:25:04 -0400 Subject: driver & execution context: added -module support. --- src/internal/slibtool_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 80cf5f7..685c511 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -44,6 +44,7 @@ enum app_tags { TAG_SHARED, TAG_STATIC, TAG_NO_UNDEFINED, + TAG_MODULE, TAG_COMPILER_FLAG, TAG_VERBATIM_FLAG, }; -- cgit v1.2.3