mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
update(bitcoin)
change gcc dep to libstdc++ only
This commit is contained in:
parent
718d6e4461
commit
6fc3a63155
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
zeromq.org: ^4
|
zeromq.org: ^4
|
||||||
sqlite.org: ^3
|
sqlite.org: ^3
|
||||||
linux:
|
linux:
|
||||||
gnu.org/gcc: '*' # c++20 support and libc++
|
gnu.org/gcc/libstdcxx: '*' # c++20 support and libc++
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -21,6 +21,8 @@ build:
|
||||||
gnu.org/automake: ^1
|
gnu.org/automake: ^1
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
gnu.org/libtool: ^2
|
gnu.org/libtool: ^2
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*' # c++20 support and libc++
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
|
|
Loading…
Reference in a new issue