Skip to content

Commit 57d966f

Browse files
Jo ShieldsJo Shields
authored andcommitted
LLVM build fails without g++-multilib package installed
1 parent ccd083c commit 57d966f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-tools/scripts/dependencies/linux-prepare-Ubuntu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ if [ "$OS_ARCH" = "x86_64" ]; then
2020
UBUNTU_DEPS="$UBUNTU_DEPS
2121
lib32stdc++6
2222
lib32z1
23+
gcc-multilib
24+
g++-multilib
2325
libx32tinfo-dev
2426
linux-libc-dev:i386
2527
zlib1g-dev:i386

0 commit comments

Comments
 (0)