diff options
author | midipix <writeonce@midipix.org> | 2025-03-31 03:26:43 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-03-31 03:33:37 +0000 |
commit | e496ed1f66b04f52222b9f6fb83ca8424855ed15 (patch) | |
tree | 42f9343b1ae620d8a66f406c28208bc4f46ecb7b /src/internal | |
parent | 9e90beda5fd3fd4f93eac229e41bb5f3b9f86982 (diff) | |
download | slibtool-e496ed1f66b04f52222b9f6fb83ca8424855ed15.tar.bz2 slibtool-e496ed1f66b04f52222b9f6fb83ca8424855ed15.tar.xz |
slibtoolize: prefer libsltdl unless invoked with the --system-ltdl argument.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 83c7ad9..e20023f 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -126,6 +126,7 @@ enum app_tags { TAG_STLE_WARNINGS, TAG_STLE_NO_WARNINGS, TAG_STLE_LTDL, + TAG_STLE_SYSTEM_LTDL, }; struct slbt_split_vector { |