diff options
author | midipix <writeonce@midipix.org> | 2016-03-19 21:45:57 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-19 21:45:57 -0400 |
commit | f8e27e77f70a0fd66b69adabb73e75282d98935e (patch) | |
tree | 7eee11108025455fcd67bf4f115072eb67367580 /src/internal | |
parent | 869626694d99107761eecd81082b7166e829ef4c (diff) | |
download | slibtool-f8e27e77f70a0fd66b69adabb73e75282d98935e.tar.bz2 slibtool-f8e27e77f70a0fd66b69adabb73e75282d98935e.tar.xz |
driver: added libname heuristics.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |