diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 6d8a027..9f272d4 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -348,7 +348,8 @@ int slbt_init_host_params( const char * cfgmeta_as, const char * cfgmeta_nm, const char * cfgmeta_ranlib, - const char * cfgmeta_dlltool); + const char * cfgmeta_dlltool, + const char * mkvars); void slbt_free_host_params(struct slbt_host_strs * host); |