Update cmake/wasi-sdk-sysroot.cmake

Co-authored-by: Joel Dice <joel.dice@akamai.com>
pull/606/head
Alex Crichton 2 weeks ago committed by GitHub
parent a7ca86ddb1
commit a9ad96cc09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -381,7 +381,7 @@ function(define_libcxx target)
# compiled and placed into the sysroot. They're named slightly differently to
# have unique CMake rules.
#
# Otherwise there's only one build of libcxx and it's either got exceptions for
# Otherwise there's only one build of libcxx and it's either got exceptions or
# it doesn't depending on configuration.
if (WASI_SDK_EXCEPTIONS STREQUAL "DUAL")
define_libcxx_and_lto(${target} "" OFF)

Loading…
Cancel
Save