[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:
Louis Dionne 2020-07-23 12:39:38 -04:00
parent 4a3a821c68
commit aae2ff645b
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ if (LIBCXXABI_ENABLE_STATIC)
CXX_EXTENSIONS
OFF
CXX_STANDARD
11
17
CXX_STANDARD_REQUIRED
ON
COMPILE_FLAGS