Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c461c40

Browse files
committedMay 13, 2024·
Remove -ld_classic library because XCode is not up to date on the CI
1 parent 681a250 commit c461c40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎certificates/install_darwin.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ package certificates
2020
#cgo CFLAGS: -x objective-c
2121
2222
// 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
23+
#cgo LDFLAGS: -framework Foundation -framework Security -framework AppKit
2524
2625
#import <Foundation/Foundation.h>
2726
#include "certificates_darwin.h"

0 commit comments

Comments
 (0)
Please sign in to comment.