mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(boost)
use our libstdc++
This commit is contained in:
parent
ee091cb9cd
commit
50af2bce2e
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@ versions:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
facebook.com/zstd: ^1
|
facebook.com/zstd: ^1
|
||||||
|
gnu.org/gcc: '*' # use our libstdc++
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
|
||||||
gnu.org/gcc: '*' # archlinux doesn't provide libgcc
|
|
||||||
script:
|
script:
|
||||||
- ./bootstrap.sh --prefix={{ prefix }}
|
- ./bootstrap.sh --prefix={{ prefix }}
|
||||||
- ./b2 $ARGS
|
- ./b2 $ARGS
|
||||||
|
|
Loading…
Reference in a new issue