Skip to content

Commit 97f08f0

Browse files
committed
rust: allow linking against debug libpython
1 parent 5d7d736 commit 97f08f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ const ELF_ALLOWED_LIBRARIES: &[&str] = &[
5252
"ld-linux-x86-64.so.2",
5353
// Our set.
5454
"libpython3.8.so.1.0",
55+
"libpython3.8d.so.1.0",
5556
"libpython3.9.so.1.0",
57+
"libpython3.9d.so.1.0",
5658
"libpython3.10.so.1.0",
59+
"libpython3.10d.so.1.0",
5760
];
5861

5962
const PE_ALLOWED_LIBRARIES: &[&str] = &[

0 commit comments

Comments
 (0)