Commit 899d25c
committed
Add '.so' as additional shared object suffix
EXT_SUFFIX includes a platform information tag starting from Python 3.5 [0]
For example:
>>> sysconfig.get_config_var("EXT_SUFFIX")
'.cpython-38-aarch64-linux-gnu.so'
This suffix only applies to cpython extensions i.e. not to the iptables shared
objects.
Adding '.so' as an additional suffix for shared objects fixes the issue.
Fixes: Issue #301
Signed-off-by: Frank Vanbever <[email protected]>
[0]: https://docs.python.org/3/whatsnew/3.5.html#build-and-c-api-changes1 parent be6f563 commit 899d25c
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
| |||
0 commit comments