mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-12 18:01:51 +00: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
|
||||
// +build ios
|
||||
//go:build ios || darwin
|
||||
// +build ios darwin
|
||||
|
||||
package mobile
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
//go:build !android && !ios
|
||||
// +build !android,!ios
|
||||
//go:build !android && !ios && !darwin
|
||||
// +build !android,!ios,!darwin
|
||||
|
||||
package mobile
|
||||
|
||||
|
|
Loading…
Reference in a new issue