graphicsdriver/metal/mtl: Bug fix: need to link CoreGraphics as of Catalina

Fixes #989
This commit is contained in:
Hajime Hoshi 2019-11-17 22:58:05 +09:00
parent 3ea616dc28
commit a322e8d9c4

View File

@ -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"