Mercurial > minori
diff dep/animia/CMakeLists.txt @ 153:bd439dd6ffc5
*: make win stuff actually work, rename bsd.cc to xnu.cc
It's been OS X only for ages, and these functions are different between
most BSDs anyway
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 15 Nov 2023 13:28:18 -0500 |
parents | 8700806c2cc2 |
children | d43d68408d3c |
line wrap: on
line diff
--- a/dep/animia/CMakeLists.txt Wed Nov 15 02:34:59 2023 -0500 +++ b/dep/animia/CMakeLists.txt Wed Nov 15 13:28:18 2023 -0500 @@ -15,10 +15,10 @@ # linux src/fd/linux.cc ) -elseif(UNIX) # this won't run on Linux +elseif(MACOSX) # this won't run on Linux list(APPEND SRC_FILES - # bsd - src/fd/bsd.cc + # xnu stuff + src/fd/xnu.cc ) elseif(WIN32) list(APPEND SRC_FILES