From 613ed2c88e6228697a824b4efb06e29a05d3da3d Mon Sep 17 00:00:00 2001 From: CptGibbon <16000770+CptGibbon@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:04:23 +0000 Subject: [PATCH] Add gdbserver dependency to Ubuntu build (#1514) --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 41aa72e2d..c9b83967a 100755 --- a/setup.sh +++ b/setup.sh @@ -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