mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
Fix epoll-shim?
This commit is contained in:
parent
dc3bd1e5d4
commit
ff4570f1cf
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user