1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-11 02:13:41 +09:00

GO-230 Add static libstdc++ for Android

This commit is contained in:
kirillston 2023-01-16 18:38:05 +01:00
parent 2b16c09cf6
commit 7e957f86d6
No known key found for this signature in database
GPG key ID: 88218A7F1109754B

View file

@ -1,5 +1,8 @@
package service
// #cgo LDFLAGS: -static-libstdc++
import "C"
import (
ma "github.com/multiformats/go-multiaddr"
)