audio: bug fix: build error with Go 1.17 for iOS

This commit is contained in:
Hajime Hoshi 2022-08-31 02:13:11 +09:00
parent 48110eb518
commit 216ca95960

View File

@ -18,7 +18,7 @@
package audio
// #cgo CFLAGS: -x objective-c
// #cgo LDFLAGS: -framework UIKit
// #cgo LDFLAGS: -framework Foundation -framework UIKit
//
// #import <UIKit/UIKit.h>
//