wxPython4: mark nocross temporarily.
Error: Checking for python version >= 2.7.0 : 3.9.1 python-config : /usr/armv7l-linux-musleabihf/bin/python3-config Checking for library python3.9 in LIBDIR : not found Checking for library python3.9 in python_LIBPL : not found Checking for library python3.9 in $prefix/libs : not found Checking for library python3.9m in LIBDIR : not found Checking for library python3.9m in python_LIBPL : not found Checking for library python3.9m in $prefix/libs : not found Checking for library python39 in LIBDIR : not found Checking for library python39 in python_LIBPL : not found Checking for library python39 in $prefix/libs : not found Checking for header Python.h : Distutils not installed? Broken python installation? Get python-config now!
This commit is contained in:
parent
8e9b49771d
commit
36151d047d
|
@ -16,6 +16,8 @@ license="custom:wxWindows"
|
|||
homepage="http://www.wxpython.org/"
|
||||
distfiles="${PYPI_SITE}/w/wxPython/wxPython-${version}.tar.gz"
|
||||
checksum=3be608bfdede3063678cc703453850ab0a018b82bafd5ee057302250b18f0233
|
||||
# FIXME
|
||||
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/31785/steps/shell_3/logs/stdio"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python${py3_ver}"
|
||||
|
|
Loading…
Reference in New Issue