mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libcxx)
needs system prefix to use libc++
This commit is contained in:
parent
fd65aeee8b
commit
614c7b6ee2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue