From 6bc1706e77c607947ac30f96ec0bce3e056b3026 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Feb 2024 01:35:44 +0000 Subject: driver: added the --as switch (assembler argument to pass through to dlltool). --- 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 6d29303..e31e3c0 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -249,6 +249,7 @@ struct slbt_host_params { const char * host; const char * flavor; const char * ar; + const char * as; const char * ranlib; const char * windres; const char * dlltool; -- cgit v1.2.3