> On May 26, 2018, at 9:49 AM, Ryan Schmidt <[email protected]> wrote:
>
>
> On May 26, 2018, at 11:48, Ken Cunningham wrote:
>
>> Well I think you did the cmake finaggeling last time.... Not sure you could
>> find a better way, but I wait to see...
>
> I don't recall what you're referring to.
if {!((${os.platform} eq "darwin" && ${os.major} < 10) || ${build_arch} eq
"ppc" || ${build_arch} eq "ppc64")} {
depends_lib-append port:libcxx
configure.cxx_stdlib libc++
}
So this forces a build against libc++ on systems that have cxx_stdlib set to
libstdc++.
Will this trigger an error?
Maybe I don’t understand exactly how the error mechanism is setup.
K