File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ desirable for building Bitcoin Core release binaries."
180
180
diffutils
181
181
findutils
182
182
; ; File transformation
183
+ bison
183
184
patch
184
185
gawk
185
186
sed
@@ -188,16 +189,12 @@ desirable for building Bitcoin Core release binaries."
188
189
gzip
189
190
xz
190
191
; ; Build tools
191
- gcc-toolchain-13
192
192
cmake-minimal
193
+ gcc-toolchain-13
194
+ (list gcc-toolchain-13 " static" )
193
195
gnu-make
196
+ (make-bitcoin-cross-toolchain x86_64-linux-gnu)
194
197
ninja
198
+ pkg-config
195
199
; ; Git
196
- git-minimal)
197
- (let ((target (getenv " HOST" )))
198
- (cond ((string-contains target " -linux-" )
199
- (list bison
200
- pkg-config
201
- (list gcc-toolchain-13 " static" )
202
- (make-bitcoin-cross-toolchain target)))
203
- (else '() )))))
200
+ git-minimal)))
You can’t perform that action at this time.
0 commit comments