mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dbus-python: adjust to python 3.8 changes
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
373bbc0d12
commit
08e69c55c4
@ -15,7 +15,7 @@ PKG_BUILD_FLAGS="+lto"
|
|||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export PYTHON_CONFIG="$SYSROOT_PREFIX/usr/bin/python3-config"
|
export PYTHON_CONFIG="$SYSROOT_PREFIX/usr/bin/python3-config"
|
||||||
export PYTHON_INCLUDES="$($SYSROOT_PREFIX/usr/bin/python3-config --includes)"
|
export PYTHON_INCLUDES="$($SYSROOT_PREFIX/usr/bin/python3-config --includes)"
|
||||||
export PYTHON_LIBS="$($SYSROOT_PREFIX/usr/bin/python3-config --ldflags)"
|
export PYTHON_LIBS="$($SYSROOT_PREFIX/usr/bin/python3-config --ldflags --embed)"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user