mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
Install g++-8 on bionic
This commit is contained in:
parent
cd49031bd2
commit
e6622c1d46
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ def arches(distro):
|
|||
|
||||
|
||||
hacks = {
|
||||
registry_base + 'ubuntu-bionic-builder': '&& mkdir -p /usr/lib/x86_64-linux-gnu/pgm-5.2/include'
|
||||
registry_base + 'ubuntu-bionic-builder': """g++-8 \
|
||||
&& mkdir -p /usr/lib/x86_64-linux-gnu/pgm-5.2/include""",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue