Skip to content

Commit

Permalink
[recursivewatch] it only works under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 7, 2024
1 parent b9494bb commit 2275062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/score/tools/RecursiveWatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#if __has_include(<llfio.hpp>) \
&& (__cpp_lib_concepts >= 202002L) \
&& (__cpp_lib_span >= 202002L) && __has_include(<span>) \
&& defined(__linux__) \
&& !defined(_WIN32) \
&& !defined(__EMSCRIPTEN__) \
&& !defined(__APPLE__) \
Expand Down

0 comments on commit 2275062

Please sign in to comment.