diff --git a/U/USRPHardwareDriver/build_tarballs.jl b/U/USRPHardwareDriver/build_tarballs.jl index 24438d2aa5c..c8d38049b72 100644 --- a/U/USRPHardwareDriver/build_tarballs.jl +++ b/U/USRPHardwareDriver/build_tarballs.jl @@ -38,7 +38,7 @@ make install # platforms are passed in on the command line # TODO: Windows has several issues with boost threads. There is a WIP branch: # https://github.com/JuliaTelecom/uhd/tree/juliatelecom/patch-v4.1.0.1 -platforms = filter!(p -> !Sys.iswindows(p) && !in(arch(p),("armv7l","arm6l")), supported_platforms(;experimental=true)) +platforms = filter!(p -> !Sys.iswindows(p) && !in(arch(p),("armv7l","armv6l")), supported_platforms(;experimental=true)) platforms = expand_cxxstring_abis(platforms) # For some reasons, building for CXX03 string ABI doesn't actually work, skip it filter!(x -> cxxstring_abi(x) != "cxx03", platforms)