Add gdbserver dependency to Ubuntu build (#1514)

pull/1515/head
CptGibbon 3 years ago committed by GitHub
parent 85e55130d3
commit 613ed2c88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ osx() {
install_apt() {
sudo apt-get update || true
sudo apt-get install -y git gdb python3-dev python3-pip python3-setuptools libglib2.0-dev libc6-dbg
sudo apt-get install -y git gdb gdbserver python3-dev python3-pip python3-setuptools libglib2.0-dev libc6-dbg
if uname -m | grep x86_64 > /dev/null; then
sudo dpkg --add-architecture i386 || true

Loading…
Cancel
Save