mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25: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
|
||||
sqlite.org: ^3
|
||||
linux:
|
||||
gnu.org/gcc: '*' # c++20 support and libc++
|
||||
gnu.org/gcc/libstdcxx: '*' # c++20 support and libc++
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
@ -21,6 +21,8 @@ build:
|
|||
gnu.org/automake: ^1
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnu.org/libtool: ^2
|
||||
linux:
|
||||
gnu.org/gcc: '*' # c++20 support and libc++
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure $ARGS
|
||||
|
|
Loading…
Reference in a new issue