We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da72c1a commit 70d757bCopy full SHA for 70d757b
srcpkgs/gnuradio-osmosdr/template
@@ -14,6 +14,10 @@ homepage="https://osmocom.org/projects/gr-osmosdr/wiki/GrOsmoSDR"
14
distfiles="https://github.com/osmocom/gr-osmosdr/archive/v${version}.tar.gz"
15
checksum=28b6f2768aee7b397b227e9e70822e28de3b4c5362a5d14646a0948a48094a63
16
17
+if [ "$CROSS_BUILD" ]; then
18
+ configure_args+=" -DPYBIND11_USE_CROSSCOMPILING=ON"
19
+fi
20
+
21
gnuradio-osmosdr-devel_package() {
22
short_desc+=" - development files"
23
depends="${sourcepkg}>=${version}_${revision}"
0 commit comments