File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -eu
1919(
2020 set -x
2121
22- sudo apt install -y software-properties-common
22+ sudo apt install -y gcc-7 libgcc-7-dev software-properties-common
2323 sudo apt -y update
2424 sudo apt -y --no-install-recommends install \
2525 python3.6 \
@@ -71,7 +71,7 @@ echo "============= Installing i386 build dependencies =============="
7171 sudo apt remove -y libcurl4-openssl-dev
7272 sudo apt-get install -y --no-install-recommends \
7373 gcc-multilib \
74- libgcc-5 -dev:i386 \
74+ libgcc-7 -dev:i386 \
7575 " ${DEVPKGS[@]/%/: i386} "
7676)
7777
@@ -80,7 +80,7 @@ echo "============= Building i386 =============="
8080(
8181 set -x
8282 export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu
83- CC=gcc-5 CFLAGS=-m32 LDFLAGS=-m32 meson build-i386
83+ CC=gcc-7 CFLAGS=-m32 LDFLAGS=-m32 meson build-i386
8484 ninja -C build-i386
8585)
8686
You can’t perform that action at this time.
0 commit comments