aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-28 16:29:56 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-28 16:29:56 +0530
commit52c3389547e821c481213f755f912f4021d01536 (patch)
treef3cfe413d2105a1ece880c07f6a1c4574681f4ad /include
parent63c4f3d603650b90b182e6d6b1b92a272538ce5d (diff)
build: set out link based on attr name
Diffstat (limited to 'include')
-rw-r--r--include/jobs.h2
1 files changed, 1 insertions, 1 deletions
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;