Skip to content

Commit c461c40

Browse files
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

Lines changed: 1 addition & 2 deletions
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)