mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
graphicsdriver/metal/mtl: Bug fix: need to link CoreGraphics as of Catalina
Fixes #989
This commit is contained in:
parent
3c51ee0991
commit
74902d47af
@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
// #cgo !ios CFLAGS: -mmacosx-version-min=10.11
|
||||
// #cgo LDFLAGS: -framework Metal -framework Foundation
|
||||
// #cgo LDFLAGS: -framework Metal -framework CoreGraphics -framework Foundation
|
||||
//
|
||||
// #include <stdlib.h>
|
||||
// #include "mtl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user