mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-22 07:50:08 +01:00
graphicsdriver/metal/mtl: Bug fix: need to link CoreGraphics as of Catalina
Fixes #989
This commit is contained in:
parent
3ea616dc28
commit
a322e8d9c4
@ -31,7 +31,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// #cgo !ios CFLAGS: -mmacosx-version-min=10.11
|
// #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 <stdlib.h>
|
||||||
// #include "mtl.h"
|
// #include "mtl.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user