mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: bug fix: build error with Go 1.17 for iOS
This commit is contained in:
parent
48110eb518
commit
216ca95960
@ -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>
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user