We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 681a250 commit c461c40Copy full SHA for c461c40
certificates/install_darwin.go
@@ -20,8 +20,7 @@ package certificates
20
#cgo CFLAGS: -x objective-c
21
22
// Pass the list of macOS frameworks needed by this piece of Objective-C code.
23
-// The "-ld_classic" is needed to avoid a wrong warning about duplicate libraries when building with XCode 15.
24
-#cgo LDFLAGS: -framework Foundation -framework Security -framework AppKit -ld_classic
+#cgo LDFLAGS: -framework Foundation -framework Security -framework AppKit
25
26
#import <Foundation/Foundation.h>
27
#include "certificates_darwin.h"
0 commit comments