mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
Ports: Export CC with added --sysroot for building Python
This is used in the setup.py file when adding include and lib paths to the list when crosscompiling, if it's not found in any of the checked environment variables they don't get added.
This commit is contained in:
parent
821b752993
commit
96331d7d87
Notes:
sideshowbarker
2024-07-18 09:26:46 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/96331d7d87c Pull-request: https://github.com/SerenityOS/serenity/pull/8595
@ -19,6 +19,7 @@ depends="libffi zlib"
|
||||
# FIXME: --enable-optimizations results in lots of __gcov_* linker errors
|
||||
configopts="--disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
|
||||
|
||||
export CC="${CC} --sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
export BLDSHARED="${CC} -shared"
|
||||
|
||||
pre_configure() {
|
||||
|
Loading…
Reference in New Issue
Block a user