mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Ports: Remove obsolete patches for Python
This enables shared library support for Python and removes a few patches which are not necessary anymore now that we have dlfcn support.
This commit is contained in:
parent
f40ee1b03f
commit
adaf2b347c
7 changed files with 31 additions and 130 deletions
|
@ -26,10 +26,6 @@ pre_configure() {
|
|||
configopts="${configopts} --build=${build}"
|
||||
}
|
||||
|
||||
post_configure() {
|
||||
run cp "${SERENITY_SOURCE_DIR}/Ports/${port}/Setup.local" "Modules/Setup.local"
|
||||
}
|
||||
|
||||
# Note: The showproperty command is used when linting ports, we don't actually need python at this time.
|
||||
if [ "$1" != "showproperty" ]; then
|
||||
if [ -x "$(command -v python3)" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue