setup-ubuntu.sh: Install g++-multilib

Needed by nodejs when building for 32-bit arches.
This commit is contained in:
Fredrik Fornwall
2018-09-12 07:07:49 +02:00
parent 5a0d111678
commit 6da95c025d

View File

@@ -8,7 +8,7 @@ PACKAGES+=" bison"
PACKAGES+=" curl" # Used for fetching sources.
PACKAGES+=" ed" # Used by bc
PACKAGES+=" flex"
PACKAGES+=" gcc-multilib" # Used by pforth build for 32-bit arches.
PACKAGES+=" g++-multilib" # Used by nodejs build for 32-bit arches.
PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
PACKAGES+=" g++"
PACKAGES+=" git" # Used by the neovim build.