mirror of https://github.com/shirou/gopsutil
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The presence of the -mmacosx-version-min flag in disk_darwin_cgo.go makes it impossible to build the other cgo components on modern Mac OS X (10.12), since the object files with which they must link are not built with that flag. Errors present from Go Tip (1.9, effectively) in the form: ld: warning: object file (whatever.o) was built for newer OSX version (10.12) than being linked (10.10) This commit removes the minimum version flag, instead targeting the version of OS X on which a binary is compiled as the minimum. Without this, I believe (though have not verified it actually works) that the only way to build without without warnings/undefined behaviour if the OS X 10.10 headers and objects are installed and configured correctly. |
8 years ago | |
---|---|---|
.. | ||
disk.go | 8 years ago | |
disk_darwin.go | 8 years ago | |
disk_darwin.h | 8 years ago | |
disk_darwin_amd64.go | 11 years ago | |
disk_darwin_arm64.go | 9 years ago | |
disk_darwin_cgo.go | 8 years ago | |
disk_darwin_nocgo.go | 8 years ago | |
disk_fallback.go | 8 years ago | |
disk_freebsd.go | 8 years ago | |
disk_freebsd_386.go | 9 years ago | |
disk_freebsd_amd64.go | 9 years ago | |
disk_linux.go | 8 years ago | |
disk_openbsd.go | 8 years ago | |
disk_openbsd_amd64.go | 8 years ago | |
disk_test.go | 9 years ago | |
disk_unix.go | 8 years ago | |
disk_windows.go | 8 years ago | |
types_freebsd.go | 9 years ago | |
types_openbsd.go | 8 years ago |