From 161c3decb9da570fcd590fc19da20c3636cda996 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 17 Feb 2024 18:10:27 +0000 Subject: driver: -export-symbols: rename associated struct member as .expsyms. --- include/slibtool/slibtool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 4238dbc..b36d964 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -301,7 +301,7 @@ struct slbt_common_ctx { const char * rpath; const char * sysroot; const char * release; - const char * symfile; + const char * expsyms; const char * regex; const char * user; }; -- cgit v1.2.3