fix(libcxx)

needs system prefix to use libc++
This commit is contained in:
Jacob Heider 2024-06-04 18:20:09 -04:00
parent fd65aeee8b
commit 614c7b6ee2
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -6,8 +6,6 @@ versions:
github: llvm/llvm-project github: llvm/llvm-project
strip: /^llvmorg-/ strip: /^llvmorg-/
provides:
build: build:
dependencies: dependencies:
cmake.org: '>=3<3.29' cmake.org: '>=3<3.29'
@ -43,7 +41,7 @@ test:
dependencies: dependencies:
llvm.org: '*' llvm.org: '*'
script: script:
- run: clang $ARGS $FIXTURE - run: clang++ $ARGS $FIXTURE
fixture: fixture:
extname: cpp extname: cpp
content: | content: |
@ -60,3 +58,4 @@ test:
- -std=c++11 - -std=c++11
- -stdlib=libc++ - -stdlib=libc++
- -lc++ - -lc++
- -isystem {{prefix}}/include/c++/v1