diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 18:10:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 18:29:39 +0000 |
commit | 161c3decb9da570fcd590fc19da20c3636cda996 (patch) | |
tree | e29e9aacde623e954c7561a3db6ccfe35794cb79 /src/driver/slbt_driver_ctx.c | |
parent | 21bb4bed8099c40da588288ee6bbfc33a6c40ff6 (diff) | |
download | slibtool-161c3decb9da570fcd590fc19da20c3636cda996.tar.bz2 slibtool-161c3decb9da570fcd590fc19da20c3636cda996.tar.xz |
driver: -export-symbols: rename associated struct member as .expsyms.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index be7dfba..11d4e4d 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -714,7 +714,7 @@ int slbt_get_driver_ctx( break; case TAG_EXPSYMS_FILE: - cctx.symfile = entry->arg; + cctx.expsyms = entry->arg; break; case TAG_EXPSYMS_REGEX: |