Update mobile build for iOS/macOS framework generation

This commit is contained in:
Neil Alexander 2024-06-26 23:17:11 +01:00
parent fec96a38a4
commit c505097be0
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build ios
// +build ios
//go:build ios || darwin
// +build ios darwin
package mobile

View File

@ -1,5 +1,5 @@
//go:build !android && !ios
// +build !android,!ios
//go:build !android && !ios && !darwin
// +build !android,!ios,!darwin
package mobile