gnuradio-nrsc5: fix build

This commit is contained in:
classabbyamp 2024-07-21 05:13:02 -04:00
parent 70d757b24a
commit 1b84064cd6
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ make_check=no # XXX: ModuleNotFoundError: No module named 'nrsc5'
export CMAKE_GENERATOR="Unix Makefiles"
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DPYBIND11_USE_CROSSCOMPILING=ON"
fi
pre_configure() {
if [ "$CROSS_BUILD" ]; then
vsed -i CMakeLists.txt \