| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 0832cc44a877124813e8a8a4028ccb5c4cf1a4ff..6684596f35d816d24f6a3827a6d7f5663522485d 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -143,7 +143,7 @@ arm_list="libc6-dev-armhf-cross
|
| g++-arm-linux-gnueabihf"
|
|
|
| # Packages to build standalone NaCl and all its toolchains.
|
| -nacl_list="g++-mingw-w64-i686 libtinfo-dev:i386"
|
| +nacl_list="g++-mingw-w64-i686 libtinfo-dev libtinfo-dev:i386"
|
|
|
| # Some package names have changed over time
|
| if package_exists ttf-mscorefonts-installer; then
|
|
|