diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_linkcmd_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 8451810..bc57f3d 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -29,7 +29,8 @@ bool slbt_adjust_object_argument( bool slbt_adjust_wrapper_argument( char * arg, - bool fpic); + bool fpic, + const char * suffix); int slbt_adjust_linker_argument( const struct slbt_driver_ctx * dctx, |