aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/ObjCopy.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/Build/Step/ObjCopy.zig')
-rw-r--r--lib/std/Build/Step/ObjCopy.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/Build/Step/ObjCopy.zig b/lib/std/Build/Step/ObjCopy.zig
index 06c9a8ef0d..908341aefb 100644
--- a/lib/std/Build/Step/ObjCopy.zig
+++ b/lib/std/Build/Step/ObjCopy.zig
@@ -93,6 +93,7 @@ pub fn getOutputSeparatedDebug(objcopy: *const ObjCopy) ?std.Build.LazyPath {
fn make(step: *Step, prog_node: std.Progress.Node) !void {
const b = step.owner;
const objcopy: *ObjCopy = @fieldParentPtr("step", step);
+ try step.singleUnchangingWatchInput(objcopy.input_file);
var man = b.graph.cache.obtain();
defer man.deinit();