diff options
| author | Syrus Akbary <me@syrusakbary.com> | 2023-09-22 00:46:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 00:46:53 +0100 |
| commit | d0362cb23d5a6bdba3ddb2e04748ebb55b48cd00 (patch) | |
| tree | 7bd63187517f643334b2b23e8dbae60ddfc62ef8 | |
| parent | 0374d06fda9f66fbd50b6a3f5e356e355f3995ea (diff) | |
| parent | f5a7633032a3801ecf02d225fa7a571a8fffef75 (diff) | |
Merge pull request #25 from wasix-org/c++23
23
| -rw-r--r-- | .github/workflows/build_cxx_sysroot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cxx_sysroot.yml b/.github/workflows/build_cxx_sysroot.yml index 54beed2..b8f0074 100644 --- a/.github/workflows/build_cxx_sysroot.yml +++ b/.github/workflows/build_cxx_sysroot.yml @@ -75,7 +75,7 @@ jobs: -DCMAKE_TOOLCHAIN_FILE=/opt/wasix-sysroot/clang-wasix.cmake_toolchain -DCMAKE_SYSROOT=/opt/wasix-sysroot -DCMAKE_INSTALL_PREFIX=/opt/wasix-sysroot - -DCXX_SUPPORTS_CXX11=ON + -DCXX_SUPPORTS_CXX23=ON -DLIBCXX_ENABLE_THREADS:BOOL=ON -DLIBCXX_HAS_PTHREAD_API:BOOL=ON -DLIBCXX_HAS_EXTERNAL_THREAD_API:BOOL=OFF |
