Fix epoll-shim?

This commit is contained in:
Marcin Mikołajczyk 2025-07-14 21:30:11 +01:00
parent dc3bd1e5d4
commit ff4570f1cf

View File

@ -229,4 +229,8 @@ if (APPLE)
if (NOT TARGET MoltenVK)
add_subdirectory(MoltenVK)
endif()
if (NOT TARGET epoll-shim)
add_subdirectory(epoll-shim)
endif()
endif()