mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 03:32:39 +08:00
Fix android i686 compiler
This commit is contained in:
parent
8afb8ca7eb
commit
d09aa07d21
|
@ -67,8 +67,8 @@ builds:
|
|||
- goos: android
|
||||
goarch: 386
|
||||
env:
|
||||
- CC=i686-linux-android21-clang
|
||||
- CXX=i686-linux-android21-clang++
|
||||
- CC=i686-linux-android19-clang
|
||||
- CXX=i686-linux-android19-clang++
|
||||
- goos: android
|
||||
goarch: amd64
|
||||
goamd64: v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user