diff --git a/S/SoapyUHD/build_tarballs.jl b/S/SoapyUHD/build_tarballs.jl index 39a12139ccb..af92f2de329 100644 --- a/S/SoapyUHD/build_tarballs.jl +++ b/S/SoapyUHD/build_tarballs.jl @@ -29,13 +29,14 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \ make -j${nproc} make install if [[ "${target}" == *-apple-* ]]; then - mv ${libdir}/SoapySDR/modules0.8/libUHDSupport.so ${libdir}/SoapySDR/modules0.8/libUHDSupport.dylib + mv ${libdir}/SoapySDR/modules0.8/libuhdsupport.so ${libdir}/SoapySDR/modules0.8/libuhdsupport.dylib fi """ # These are the platforms we will build for by default, unless further # platforms are passed in on the command line platforms = filter!(p -> !Sys.iswindows(p) && !in(arch(p),("armv7l","armv6l")), supported_platforms(;experimental=true)) +platforms = expand_cxxstring_abis(platforms) # The products that we will ensure are always built products = Product[