We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7d736 commit 97f08f0Copy full SHA for 97f08f0
src/main.rs
@@ -52,8 +52,11 @@ const ELF_ALLOWED_LIBRARIES: &[&str] = &[
52
"ld-linux-x86-64.so.2",
53
// Our set.
54
"libpython3.8.so.1.0",
55
+ "libpython3.8d.so.1.0",
56
"libpython3.9.so.1.0",
57
+ "libpython3.9d.so.1.0",
58
"libpython3.10.so.1.0",
59
+ "libpython3.10d.so.1.0",
60
];
61
62
const PE_ALLOWED_LIBRARIES: &[&str] = &[
0 commit comments