From 52c3389547e821c481213f755f912f4021d01536 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 28 Jun 2024 16:29:56 +0530 Subject: build: set out link based on attr name --- include/jobs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/jobs.h b/include/jobs.h index 66ddcec..37445c1 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -9,7 +9,7 @@ struct output { }; struct job { - char *name, *drv_path; + char *name, *drv_path, *attr; bool transitive; bool insubstituters; -- cgit v1.2.3