diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-28 16:29:56 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-28 16:29:56 +0530 |
commit | 52c3389547e821c481213f755f912f4021d01536 (patch) | |
tree | f3cfe413d2105a1ece880c07f6a1c4574681f4ad /include | |
parent | 63c4f3d603650b90b182e6d6b1b92a272538ce5d (diff) |
build: set out link based on attr name
Diffstat (limited to 'include')
-rw-r--r-- | include/jobs.h | 2 |
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; |