strip-unsupported-flags
fi
if use prefix && [[ "${CHOST}" == *-darwin* ]] ; then
mycmakeargs+=(
# disable use of SDK for the system itself
-DDARWIN_macosx_CACHED_SYSROOT=/
)
cmake-utils_src_configure
if use test; then