diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 04:34:06 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 04:35:12 +0000 |
commit | 6b2fa6f84296ba76206459a8f6e380f7bd3f817f (patch) | |
tree | 3d1e040542c66ce67d8a0c02f7da3c45cdeca36b /src/host | |
parent | e9a1d648f14e93291917a41aba5b1373490fd6bb (diff) | |
download | slibtool-6b2fa6f84296ba76206459a8f6e380f7bd3f817f.tar.bz2 slibtool-6b2fa6f84296ba76206459a8f6e380f7bd3f817f.tar.xz |
link mode: dependency logic: limit the scope of -shrext to the current library.
Diffstat (limited to 'src/host')
-rw-r--r-- | src/host/slbt_host_flavor.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/slbt_host_flavor.c b/src/host/slbt_host_flavor.c index 2372f38..07a3ae3 100644 --- a/src/host/slbt_host_flavor.c +++ b/src/host/slbt_host_flavor.c @@ -146,9 +146,6 @@ slbt_hidden void slbt_init_flavor_settings( } memcpy(psettings,settings,sizeof(*settings)); - - if (cctx->shrext) - psettings->dsosuffix = cctx->shrext; } |