1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 20:37:35 +00:00

Ports: Build most python3 extension modules statically

Attempting to import C-extensions (lib-dynload/*.so) currently asserts
in the dynamic loader - let's just build them statically instead for the
time being.
This makes a large number of modules available for use and the port a
lot more functional! :^)
This commit is contained in:
Linus Groh 2021-02-01 19:45:12 +01:00 committed by Andreas Kling
parent 92ca22a5e1
commit 404dab5383
4 changed files with 82 additions and 1 deletions

2
Ports/python3/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
!version.sh
!Setup.local