Skip to content

Commit a1076de

Browse files
flambchapakurtakov
authored andcommitted
add gcc-aarch64-linux-gnu to swtgtk3nativebuild to enable cross-compilation
1 parent aa61c4d commit a1076de

File tree

1 file changed

+2
-1
lines changed
  • cje-production/dockerfiles/debian/swtgtk3nativebuild

1 file changed

+2
-1
lines changed

cje-production/dockerfiles/debian/swtgtk3nativebuild/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apt-get update -qq && apt-get install -qq -y \
1515
git \
1616
libgtk-3-dev \
1717
freeglut3-dev \
18-
webkit2gtk-driver
18+
webkit2gtk-driver \
19+
gcc-aarch64-linux-gnu
1920

2021
ENV HOME=/home/swtbuild
2122
ENV DISPLAY :0

0 commit comments

Comments
 (0)