this repo has no description
1
fork

Configure Feed

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

Add dependency on MIG for libsyscall_dynamic

This *should* fix the CI build and get it to progress to where my builds are locally (not sure why I didn't run into this locally, but I guess that's what CIs are for :smile:)

+5
+5
src/kernel/libsyscall/CMakeLists.txt
··· 702 702 ) 703 703 704 704 add_darling_object_library(libsyscall_dynamic ${syscall_dynamic_sources}) 705 + add_dependencies(libsyscall_dynamic 706 + libsyscall_generate_mig_headers 707 + libsyscall_generate_mig_internal_headers 708 + ) 709 + 705 710 make_fat(libsyscall) 706 711 make_fat(libsyscall_dynamic) 707 712