mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 20:28:03 -05:00
common: Add libc sigaction hook
This commit is contained in:
@ -166,6 +166,13 @@ if (WIN32)
|
||||
target_link_libraries(common PRIVATE ntdll)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
target_sources(common PRIVATE
|
||||
signal_chain.cpp
|
||||
signal_chain.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
target_sources(common
|
||||
PRIVATE
|
||||
|
Reference in New Issue
Block a user