mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Update mobile build for iOS/macOS framework generation
This commit is contained in:
parent
fec96a38a4
commit
c505097be0
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
//go:build ios
|
//go:build ios || darwin
|
||||||
// +build ios
|
// +build ios darwin
|
||||||
|
|
||||||
package mobile
|
package mobile
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build !android && !ios
|
//go:build !android && !ios && !darwin
|
||||||
// +build !android,!ios
|
// +build !android,!ios,!darwin
|
||||||
|
|
||||||
package mobile
|
package mobile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue