mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +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)
|
if (NOT TARGET MoltenVK)
|
||||||
add_subdirectory(MoltenVK)
|
add_subdirectory(MoltenVK)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (NOT TARGET epoll-shim)
|
||||||
|
add_subdirectory(epoll-shim)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user