mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libcxx)
needs system prefix to use libc++
This commit is contained in:
parent
fd65aeee8b
commit
614c7b6ee2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue