Support Apple silicon arm64
This commit is contained in:
parent
bfc4eaaa06
commit
d97896cb05
Binary file not shown.
|
@ -0,0 +1,7 @@
|
|||
// 13 december 2015
|
||||
|
||||
package ui
|
||||
|
||||
// #cgo CFLAGS: -mmacosx-version-min=10.15
|
||||
// #cgo LDFLAGS: ${SRCDIR}/libui_darwin_arm64.a -framework Foundation -framework AppKit
|
||||
import "C"
|
Loading…
Reference in New Issue