gnuradio: fix pybind11 cross compilation

This commit is contained in:
Andrew J. Hesford 2024-07-20 21:54:16 -04:00
parent c8b116c72d
commit da72c1a40d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ python_version=3
if [ "$CROSS_BUILD" ]; then
# CMake fails when cross-compiling.
configure_args+=" -DENABLE_TESTING=OFF"
configure_args+=" -DENABLE_TESTING=OFF -DPYBIND11_USE_CROSSCOMPILING=ON"
fi
if [ "${XBPS_TARGET_MACHINE%-musl}" = "i686" ]; then