diff options
author | midipix <writeonce@midipix.org> | 2018-11-10 13:07:37 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-10 15:42:28 -0500 |
commit | 339022d6cae668e41bdad36a46710e9cc90b95e2 (patch) | |
tree | 85fef6a3cda21ec7c28ca61d1ed70c6832d9321f /include | |
parent | b9fe97a3d78232f54a3e671c0c6c725047df586f (diff) | |
download | slibtool-339022d6cae668e41bdad36a46710e9cc90b95e2.tar.bz2 slibtool-339022d6cae668e41bdad36a46710e9cc90b95e2.tar.xz |
driver: host flavors: added suffixed suffixes support.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 2335ae5..d28cb8d 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -216,6 +216,8 @@ struct slbt_flavor_settings { const char * arsuffix; const char * dsoprefix; const char * dsosuffix; + const char * osdsuffix; + const char * osdfussix; const char * exeprefix; const char * exesuffix; const char * impprefix; |