mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-12-22 07:57:31 +00:00
Update mobile build for iOS/macOS framework generation
This commit is contained in:
parent
fec96a38a4
commit
c505097be0
@ -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…
x
Reference in New Issue
Block a user