diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-11-21 15:48:28 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-11-21 15:50:57 -0800 |
commit | 63405ab723eada97a195ed1964ca3af78aa5d7da (patch) | |
tree | fdcc3a7d9f734accaef58f2cef751f4d7d32e591 /src/modules/asc/asc.c | |
parent | 36f35fa226d028533f64e49eafbdcd829b1d7ec1 (diff) |
til_util: fix til_get_ncpus() windows builds
Prior to eb13ccdb (use sysconf on *nix) this #ifdef bug went
unnoticed because the non-MACH code still compiled successfully
on windows, just never got executed because the windows block
returns.
But after eb13ccdb the sysconf stuff needs defines not present
for windows and things won't build, uncovering this silliness.
Now only build the windows code on windows, and the non-win code
everywhere else... with MACH being a special case of the
everywhere else default.
Diffstat (limited to 'src/modules/asc/asc.c')
0 files changed, 0 insertions, 0 deletions