diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-05-18 08:57:18 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-05-18 10:12:44 +1000 |
commit | ebc2f4916788d669c3f8376be2ea2879ac4329f7 (patch) | |
tree | 2b23e2eb15065eb2c6783f8911e858e1da6d0e5a /tools/depends/target/python3/Makefile | |
parent | a66689d9f1fcd28e39cd7ed6071b549f0e6ade80 (diff) |
[tools/depends] python 3.9.13
Diffstat (limited to 'tools/depends/target/python3/Makefile')
-rw-r--r-- | tools/depends/target/python3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/depends/target/python3/Makefile b/tools/depends/target/python3/Makefile index f68a56d08c..089dffbddf 100644 --- a/tools/depends/target/python3/Makefile +++ b/tools/depends/target/python3/Makefile @@ -29,7 +29,6 @@ CONFIGURE=./configure --prefix=$(PREFIX) \ --enable-ipv6 \ $(EXTRA_CONFIGURE) - LIBDYLIB=$(PLATFORM)/libpython$(PYTHON_VERSION).a all: .installed-$(PLATFORM) |