diff options
author | midipix <writeonce@midipix.org> | 2024-03-03 05:35:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-03 09:27:48 +0000 |
commit | 4af256bee433fadfacf2cb1e22dbe35c9e0a8fbf (patch) | |
tree | a5d5acddf8bff2c09638348f9d665806fe76702b /src/internal | |
parent | abb1bf44beb99a03a6197742fd0c50d48a644f38 (diff) | |
download | slibtool-4af256bee433fadfacf2cb1e22dbe35c9e0a8fbf.tar.bz2 slibtool-4af256bee433fadfacf2cb1e22dbe35c9e0a8fbf.tar.xz |
slbt_exec_link_create_library(): allow ar(1) driven invocations.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_linkcmd_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 85d1e13..8451810 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -74,7 +74,9 @@ int slbt_exec_link_create_library( struct slbt_exec_ctx * ectx, const char * dsobasename, const char * dsofilename, - const char * relfilename); + const char * relfilename, + bool fardlopen); + int slbt_exec_link_create_executable( const struct slbt_driver_ctx * dctx, |