setup-ubuntu.sh: Install g++-multilib
Needed by nodejs when building for 32-bit arches.
This commit is contained in:
parent
de549fee1b
commit
81d6f9dc0a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user