summaryrefslogtreecommitdiff
path: root/src/buildtool/multithreading/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/multithreading/TARGETS')
-rw-r--r--src/buildtool/multithreading/TARGETS3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/multithreading/TARGETS b/src/buildtool/multithreading/TARGETS
index c1545f0f..79b40a2e 100644
--- a/src/buildtool/multithreading/TARGETS
+++ b/src/buildtool/multithreading/TARGETS
@@ -17,8 +17,9 @@
, "name": ["task_system"]
, "hdrs": ["task_system.hpp"]
, "srcs": ["task_system.cpp"]
- , "deps": ["notification_queue", "task", ["@", "gsl-lite", "", "gsl-lite"]]
+ , "deps": ["notification_queue", ["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "buildtool", "multithreading"]
+ , "private-deps": ["task"]
}
, "async_map_node":
{ "type": ["@", "rules", "CC", "library"]