gnuradio-nrsc5: fix build
This commit is contained in:
parent
70d757b24a
commit
1b84064cd6
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue