mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
This commit is contained in:
parent
585c303c30
commit
030b3ada1e
Binary file not shown.
@ -24,7 +24,9 @@ package robotgo
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
//#if defined(IS_MACOSX)
|
//#if defined(IS_MACOSX)
|
||||||
|
// #cgo darwin CFLAGS: -mmacosx-version-min=10.10 -DMACOSX_DEPLOYMENT_TARGET=10.10
|
||||||
#cgo darwin CFLAGS: -x objective-c -Wno-deprecated-declarations
|
#cgo darwin CFLAGS: -x objective-c -Wno-deprecated-declarations
|
||||||
|
// #cgo darwin LDFLAGS: -mmacosx-version-min=10.10
|
||||||
#cgo darwin LDFLAGS: -framework Cocoa -framework OpenGL -framework IOKit
|
#cgo darwin LDFLAGS: -framework Cocoa -framework OpenGL -framework IOKit
|
||||||
#cgo darwin LDFLAGS: -framework Carbon -framework CoreFoundation
|
#cgo darwin LDFLAGS: -framework Carbon -framework CoreFoundation
|
||||||
#cgo darwin LDFLAGS:-L${SRCDIR}/cdeps/mac -lpng -lz
|
#cgo darwin LDFLAGS:-L${SRCDIR}/cdeps/mac -lpng -lz
|
||||||
|
Loading…
Reference in New Issue
Block a user