diff options
author | midipix <writeonce@midipix.org> | 2018-06-22 12:07:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-22 12:07:50 -0400 |
commit | 600957a65ae754dfc87d1569556dd22c230597a5 (patch) | |
tree | d0361f692672060c8697de23fb48f30ad54ffe09 /include | |
parent | 127b9405d0d7ed2a4c8d246a5e960e8313f38988 (diff) | |
download | slibtool-600957a65ae754dfc87d1569556dd22c230597a5.tar.bz2 slibtool-600957a65ae754dfc87d1569556dd22c230597a5.tar.xz |
link mode: properly handle the combination of -release and -version-info.
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 a29d1c9..3502081 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -160,6 +160,7 @@ struct slbt_exec_ctx { char * laifilename; char * dsofilename; char * relfilename; + char * dsorellnkname; char * deffilename; char * rpathfilename; char * dimpfilename; |