scripts(setup-ubuntu): install swig

Needed by llvm/lldb.
This commit is contained in:
Henrik Grimler 2023-10-02 23:23:33 +02:00
parent 15e120f34b
commit 237bcf8e8f
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 3 additions and 0 deletions

View File

@ -302,6 +302,9 @@ PACKAGES+=" libdebuginfod-dev"
# Needed to set up CGCT and also to set up other packages
PACKAGES+=" patchelf"
# Needed by lldb for python integration
PACKAGES+=" swig"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""