You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ld: warning: ignoring duplicate libraries: '-lproc' warning is issued every time I compile a project (macOS ARM64 with XCode 15 installed) that has go-sysinfo as an indirect dependency. XCode 15 added a lot of new warnings and the reason for this one, as I believe is that #cgo LDFLAGS:-lproc specified 2 times in the package in process_cgo_darwin.go and syscall_cgo_darwin.go
The text was updated successfully, but these errors were encountered:
ld: warning: ignoring duplicate libraries: '-lproc'
warning is issued every time I compile a project (macOS ARM64 with XCode 15 installed) that has go-sysinfo as an indirect dependency. XCode 15 added a lot of new warnings and the reason for this one, as I believe is that#cgo LDFLAGS:-lproc
specified 2 times in the package inprocess_cgo_darwin.go
andsyscall_cgo_darwin.go
The text was updated successfully, but these errors were encountered: