summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Rick Mark2021-10-13 06:01:31 -0700
committerGravatar Nikias Bassen2022-02-07 10:02:52 +0100
commit4daba282b8108cf08ef001a7f113a64523f429ed (patch)
treed1a1e48d550805c702a3ab5cd587fd571b89701d /include
parent366f30b71cc79af1b3c80d98eb219cbc7e5e6b26 (diff)
downloadlibplist-4daba282b8108cf08ef001a7f113a64523f429ed.tar.gz
libplist-4daba282b8108cf08ef001a7f113a64523f429ed.tar.bz2
cython: Fix for LibTool compilation and Python 3 libintl
On Python 3.9 `libpython` no longer is linkable as a static library due to the fact that `libpython` now depends on `libintl`. This would mean we would have to import `libintl` to create a fully linked .la It is better to be explicit that we are building a .so (really a .dylib but autotools uses linux file conventions) that doesn't have to be fully resolved.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions