mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
dbus-python: adjust to python 3.8 changes
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ PKG_BUILD_FLAGS="+lto"
|
||||
pre_configure_target() {
|
||||
export PYTHON_CONFIG="$SYSROOT_PREFIX/usr/bin/python3-config"
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user