mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-14 12:10:42 +02:00
gitian: Add missing automake package to gitian-win-signer.yml
automake is needed to build osslsigncode otherwise autogen.sh fails.
This commit is contained in:
parent
a5623ba89f
commit
e44aeefaae
@ -8,6 +8,7 @@ architectures:
|
|||||||
packages:
|
packages:
|
||||||
- "libssl-dev"
|
- "libssl-dev"
|
||||||
- "autoconf"
|
- "autoconf"
|
||||||
|
- "automake"
|
||||||
- "libtool"
|
- "libtool"
|
||||||
- "pkg-config"
|
- "pkg-config"
|
||||||
remotes:
|
remotes:
|
||||||
|
Loading…
Reference in New Issue
Block a user