mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7301 from elopio/patch-6
Add wget to the build packages of the snap
This commit is contained in:
commit
fd58ca0676
@ -51,7 +51,7 @@ parts:
|
||||
source: https://github.com/CVC4/CVC4.git
|
||||
source-tag: "1.7"
|
||||
plugin: nil
|
||||
build-packages: [python, cmake, openjdk-11-jre, libgmp-dev]
|
||||
build-packages: [python, cmake, openjdk-11-jre, libgmp-dev, wget]
|
||||
override-build: |
|
||||
./contrib/get-antlr-3.4
|
||||
./configure.sh --prefix=$SNAPCRAFT_STAGE/usr
|
||||
|
Loading…
Reference in New Issue
Block a user