mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnuradio-nrsc5: fix build
This commit is contained in:
parent
70d757b24a
commit
1b84064cd6
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ make_check=no # XXX: ModuleNotFoundError: No module named 'nrsc5'
|
||||||
|
|
||||||
export CMAKE_GENERATOR="Unix Makefiles"
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
configure_args+=" -DPYBIND11_USE_CROSSCOMPILING=ON"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
vsed -i CMakeLists.txt \
|
vsed -i CMakeLists.txt \
|
||||||
|
|
Loading…
Add table
Reference in a new issue