fix(bitcoin)

closes #5896
This commit is contained in:
Jacob Heider 2024-04-16 18:30:34 -04:00 committed by Jacob Heider
parent cd4bd81bfd
commit d6b9733d96

View file

@ -12,6 +12,8 @@ dependencies:
libevent.org: ^2
zeromq.org: ^4
sqlite.org: ^3
linux:
gnu.org/gcc: '*' # c++20 support and libc++
build:
dependencies:
@ -19,15 +21,12 @@ build:
gnu.org/automake: ^1
freedesktop.org/pkg-config: ^0.29
gnu.org/libtool: ^2
script: |
./autogen.sh
./configure $ARGS
make --jobs {{ hw.concurrency }} install
script:
- ./autogen.sh
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
linux:
CC: clang
CXX: clang++
LD: clang
LDFLAGS: $LDFLAGS -lstdc++fs
ARGS:
- --prefix={{prefix}}