forked from OSchip/llvm-project
[libc++abi] Also build the static archive with C++17
The dylib and the static archive should really be built using the same Standard, it was just an oversight.
This commit is contained in:
parent
4a3a821c68
commit
aae2ff645b
|
@ -234,7 +234,7 @@ if (LIBCXXABI_ENABLE_STATIC)
|
|||
CXX_EXTENSIONS
|
||||
OFF
|
||||
CXX_STANDARD
|
||||
11
|
||||
17
|
||||
CXX_STANDARD_REQUIRED
|
||||
ON
|
||||
COMPILE_FLAGS
|
||||
|
|
Loading…
Reference in New Issue