mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gnuradio-nrsc5: fix cross *-musl
This commit is contained in:
parent
5da4258f70
commit
d5d709c38c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ checksum=d736c4cb1104254d07296d2a61880e07149c9bfd1a49aed504215672d4e09485
|
|||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed -i CMakeLists.txt \
|
||||
-e "s;\./configure ;& --host=${XBPS_MACHINE} ;"
|
||||
-e "s;\./configure ;& --host=${XBPS_MACHINE%-musl} ;"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue