diff options
author | midipix <writeonce@midipix.org> | 2024-02-10 04:02:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-10 04:33:08 +0000 |
commit | c486f26f7759687536270a2ab46e4f639005555a (patch) | |
tree | 4a783b36a9e6b7f634910119a4c5857866948923 /src/internal | |
parent | 3d55672811ed7f35d226ab714a5bd812729eb48b (diff) | |
download | slibtool-c486f26f7759687536270a2ab46e4f639005555a.tar.bz2 slibtool-c486f26f7759687536270a2ab46e4f639005555a.tar.xz |
link mode: move the host tag logic to its own translation unit.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_linkcmd_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index df5a731..141d732 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -51,4 +51,9 @@ int slbt_exec_link_finalize_argument_vector( const struct slbt_driver_ctx * dctx, struct slbt_exec_ctx * ectx); +int slbt_exec_link_create_host_tag( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + char * deffilename); + #endif |