Sign in
fuchsia
/
third_party
/
mesa
/
179392dcf3e3f75da24428b0f26a484de680a61a
/
.
/
.gitlab-ci
/
container
/
debian
/
x86_build-mingw.sh
blob: 34630e45a466107b70db1800a731f244dbcb6ae6 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
set
-
o xtrace
apt
-
get update
apt
-
get install
-
y
--
no
-
remove \
zstd \
g
++-
mingw
-
w64
-
i686 \
g
++-
mingw
-
w64
-
x86
-
64
.
.
gitlab
-
ci
/
container
/
debian
/
x86_build
-
mingw
-
patch
.
sh
.
.
gitlab
-
ci
/
container
/
debian
/
x86_build
-
mingw
-
source
-
deps
.
sh