diff options
author | Stephan Sundermann <stephansundermann@gmail.com> | 2023-10-24 20:33:27 +0200 |
---|---|---|
committer | Stephan Sundermann <stephansundermann@gmail.com> | 2023-10-27 16:02:44 +0200 |
commit | a3012058f92160d3b1ad45aad92f0955e4b14a37 (patch) | |
tree | 7f6fbd6e1535924cf22e48ff1776edffc93c1c6d /tools | |
parent | 8262078680c935d6a5045c54eda11cb8d2c7c75e (diff) |
[depends][pycryptodome] Set pycryptodome library suffix
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/pythonmodule-pycryptodome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/pythonmodule-pycryptodome/Makefile b/tools/depends/target/pythonmodule-pycryptodome/Makefile index 3916b58d1a..48b61ae574 100644 --- a/tools/depends/target/pythonmodule-pycryptodome/Makefile +++ b/tools/depends/target/pythonmodule-pycryptodome/Makefile @@ -24,6 +24,7 @@ endif export CC CFLAGS export LDSHARED LDFLAGS export PYTHONPATH=$(PYTHON_SITE_PKG) +export SETUPTOOLS_EXT_SUFFIX=.so all: .installed-$(PLATFORM) |