mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-03 17:21:08 +00: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
|