mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
PR #251 added: ``` if defined (__FreeBSD__) || defined (__APPLE__) ... get_sys_info_by_name ``` that function is available in src/common/sysctl.c. In the Makefile it builds with sysctl.c but only under FreeBSD: ``` ifeq ($(os), FreeBSD) ``` So it fails under macOS as reported by #375
6.1 KiB
6.1 KiB