From f8e27e77f70a0fd66b69adabb73e75282d98935e Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Mar 2016 21:45:57 -0400 Subject: driver: added libname heuristics. --- 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 91bdc92..2753bf0 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -55,6 +55,7 @@ struct slbt_driver_ctx_impl { struct slbt_common_ctx cctx; struct slbt_driver_ctx ctx; struct slbt_host_strs host; + char * libname; char ** targv; char ** cargv; }; -- cgit v1.2.3