diff options
author | midipix <writeonce@midipix.org> | 2024-02-26 04:56:18 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-26 05:11:57 +0000 |
commit | b5e10411a1c764c7b7f82b8b1ff093df7546d028 (patch) | |
tree | 4bf144d1119ce78f5a045bfe8ba6aa0ed77f6077 /include | |
parent | 489101c7b5e84298eba80777b0ec22cb39ad11a7 (diff) | |
download | slibtool-b5e10411a1c764c7b7f82b8b1ff093df7546d028.tar.bz2 slibtool-b5e10411a1c764c7b7f82b8b1ff093df7546d028.tar.xz |
driver: added the --nm switch.
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 320a614..4940e9e 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -272,6 +272,7 @@ struct slbt_host_params { const char * flavor; const char * ar; const char * as; + const char * nm; const char * ranlib; const char * windres; const char * dlltool; |