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