mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
Fix an oopsie
This commit is contained in:
parent
0e4c0035b6
commit
eda9dba796
|
|
@ -12,7 +12,7 @@ case $GOARCH in
|
|||
export CC=x86_64-linux-musl-gcc
|
||||
;;
|
||||
|
||||
i386)
|
||||
386)
|
||||
curl -s https://musl.cc/i686-linux-musl-cross.tgz | tar xz --strip-components=1 -C /usr
|
||||
export CC=i686-linux-musl-gcc
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue