this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build by adding a proper header dependency

+1
+1
src/kernel/emulation/linux/CMakeLists.txt
··· 315 315 "-I${DARLING_TOP_DIRECTORY}/platform-include -I${DARLING_TOP_DIRECTORY}/kernel-include") 316 316 set_source_files_properties(misc/sysctl.c PROPERTIES COMPILE_FLAGS 317 317 "-I${DARLING_TOP_DIRECTORY}/platform-include -I${DARLING_TOP_DIRECTORY}/kernel-include") 318 + set_source_files_properties(signal/sigexc.c PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../../libsyscall/mach/exc_internal.h) 318 319 319 320 add_darling_object_library(emulation ${emulation_sources}) 320 321 add_darling_object_library(emulation_dyld ${emulation_sources})