Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
580 B
Diff
16 lines
580 B
Diff
diff --git a/src/functions/kernel/dependency.c b/src/functions/kernel/dependency.c
|
|
index fbfc86f6..46f9be9d 100644
|
|
--- a/src/functions/kernel/dependency.c
|
|
+++ b/src/functions/kernel/dependency.c
|
|
@@ -377,10 +377,6 @@ get_dependency_extraframework(struct workspace *wk, struct dep_lookup_ctx *ctx,
|
|
}
|
|
|
|
struct obj_compiler *comp = get_obj_compiler(wk, compiler);
|
|
- if (comp->type[toolchain_component_compiler] != compiler_apple_clang) {
|
|
- L("skipping extraframework dependency lookup: compiler type is not apple clang");
|
|
- return true;
|
|
- }
|
|
|
|
if (!comp->fwdirs) {
|
|
obj cmd;
|