update macos .a downgrade to 10.10 just warning not exit [fix #102, #128, #134]

This commit is contained in:
vcaesar 2018-08-02 12:54:42 -04:00
parent 585c303c30
commit 030b3ada1e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

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