mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-03-15 12:40:39 +03:00
6 lines
115 B
Bash
6 lines
115 B
Bash
set -evx
|
|
until unconvert -fastmath ./...
|
|
do
|
|
unconvert -fastmath -apply ./...
|
|
done
|
|
git checkout -f pthread_musl.go
|