mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
support/dependencies: add check for c++ multilib
Some packages build C++ 32bits host-tools and need the g++-multilib to be installed on the build machine. As example, qt5webengine builds a C++ host-tool when target is 32bits. Add the check for g++-multilib to the dependencies script; and update the Dockerfile to install g++-multilib package. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
73cbb077be
commit
27d2229692
@@ -22,7 +22,7 @@ COPY apt-sources.list /etc/apt/sources.list
|
||||
RUN dpkg --add-architecture i386 && \
|
||||
apt-get update -y && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential cmake libc6:i386 gcc-multilib \
|
||||
build-essential cmake libc6:i386 g++-multilib \
|
||||
bc ca-certificates file locales rsync \
|
||||
cvs bzr git mercurial subversion wget \
|
||||
cpio unzip \
|
||||
|
||||
Reference in New Issue
Block a user