mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
feat: add android build targets
This commit is contained in:
@@ -53,6 +53,10 @@ func Cross() error {
|
||||
{"freebsd", "arm64"},
|
||||
{"openbsd", "amd64"},
|
||||
{"openbsd", "arm64"},
|
||||
{"android", "arm64"},
|
||||
{"android", "arm"},
|
||||
{"android", "amd64"},
|
||||
{"android", "386"},
|
||||
}
|
||||
|
||||
for _, t := range targets {
|
||||
|
||||
Reference in New Issue
Block a user