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 /include | |
parent | 869626694d99107761eecd81082b7166e829ef4c (diff) | |
download | slibtool-f8e27e77f70a0fd66b69adabb73e75282d98935e.tar.bz2 slibtool-f8e27e77f70a0fd66b69adabb73e75282d98935e.tar.xz |
driver: added libname heuristics.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 2113a0a..e81f00a 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -142,6 +142,7 @@ struct slbt_common_ctx { enum slbt_warning_level warnings; const char * target; const char * output; + char * libname; const char * rpath; char ** targv; char ** cargv; |