mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: wasm32-wasi-libcxx: Update to 17.0.6.
* nongnu/packages/wasm.scm (wasm32-wasi-libcxx): Update to 17.0.6. [arguments]: Add -DLIBCXX_HAS_MUSL_LIBC:BOOL=ON to configure flags. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
e6596d523c
commit
5c43eb791c
1 changed files with 4 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ other APIs.")
|
|||
(define-public wasm32-wasi-libcxx
|
||||
(package
|
||||
(name "wasm32-wasi-libcxx")
|
||||
(version (package-version llvm-15))
|
||||
(version (package-version llvm-17))
|
||||
(source (llvm-monorepo version))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
@ -157,6 +157,9 @@ other APIs.")
|
|||
|
||||
"-DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi"
|
||||
|
||||
;; https://reviews.llvm.org/D151740
|
||||
"-DLIBCXX_HAS_MUSL_LIBC:BOOL=ON"
|
||||
|
||||
"-DLIBCXX_ENABLE_EXCEPTIONS=OFF"
|
||||
"-DLIBCXX_ENABLE_SHARED=OFF"
|
||||
"-DLIBCXX_ENABLE_THREADS=OFF"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue