We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2514d5e + 94963d0 commit b7c53e0Copy full SHA for b7c53e0
osxkeychain/osxkeychain_darwin.go
@@ -1,8 +1,8 @@
1
package osxkeychain
2
3
/*
4
-#cgo CFLAGS: -x objective-c
5
-#cgo LDFLAGS: -framework Security -framework Foundation
+#cgo CFLAGS: -x objective-c -mmacosx-version-min=10.10
+#cgo LDFLAGS: -framework Security -framework Foundation -mmacosx-version-min=10.10
6
7
#include "osxkeychain_darwin.h"
8
#include <stdlib.h>
0 commit comments