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:
parent
92ca22a5e1
commit
404dab5383
4 changed files with 82 additions and 1 deletions
2
Ports/python3/.gitignore
vendored
Normal file
2
Ports/python3/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
!version.sh
|
||||
!Setup.local
|
Loading…
Add table
Add a link
Reference in a new issue