From b5e10411a1c764c7b7f82b8b1ff093df7546d028 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 26 Feb 2024 04:56:18 +0000 Subject: driver: added the --nm switch. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3