Skip to content

Commit

Permalink
[soapyuhd] expand cxxstring abi, and fix rename on apple
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Sep 3, 2021
1 parent 28cd681 commit 8e77bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S/SoapyUHD/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit 8e77bfb

Please sign in to comment.