mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
better fix(libcxx)
use CPATH to find C++ headers on linux (mac needs apple's).
This commit is contained in:
parent
614c7b6ee2
commit
7897bbe992
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,11 @@ versions:
|
|||
github: llvm/llvm-project
|
||||
strip: /^llvmorg-/
|
||||
|
||||
runtime:
|
||||
env:
|
||||
linux:
|
||||
CPATH: $CPATH:{{prefix}}/include/c++/v1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
cmake.org: '>=3<3.29'
|
||||
|
@ -58,4 +63,3 @@ test:
|
|||
- -std=c++11
|
||||
- -stdlib=libc++
|
||||
- -lc++
|
||||
- -isystem {{prefix}}/include/c++/v1
|
||||
|
|
Loading…
Reference in a new issue