Commit graph

4 commits

Author SHA1 Message Date
Sergey Bobrenok
1c65cd9cf0 Fix Android build with Go 1.23.0 or later
The 'github.com/wlynxg/anet' library depends on the '//go:linkname'
liker feature [1]. However, since Go 1.23.0, the usage of
'//go:linkname' has been restricted [2]. And now it's necessary to
explicitly specify '-checklinkname=0' linker flag to use it.

[1] https://github.com/wlynxg/anet/blob/main/README.md#how-to-build-with-go-1230-or-later
[2] https://tip.golang.org/doc/go1.23#linker

Resolves: #1165
2024-08-24 02:19:54 +03:00
Neil Alexander
db9b57c052
Update contrib/mobile for the latest iOS build 2023-06-06 22:11:49 +01:00
Neil Alexander
09ea351682
Update build 2022-01-30 19:59:17 +00:00
Neil Alexander
6d92edd405
Move src/mobile into main repository (#864)
* Move `src/mobile` into main repository

* Update go.mod/go.sum

* Move to `contrib`, separate mobile build script
2022-01-30 19:48:32 +00:00