update(bitcoin)

change gcc dep to libstdc++ only
This commit is contained in:
Jacob Heider 2024-06-19 16:23:40 -04:00 committed by Jacob Heider
parent 718d6e4461
commit 6fc3a63155

View file

@ -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