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 3c51ee0991
commit 74902d47af

View File

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