mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Merge pull request #35434 from bfredl/zigtag2
fix(build): workaround errors in zig build due to stale cache
This commit is contained in:
@@ -31,6 +31,7 @@ pub fn nvim_gen_runtime(
|
|||||||
const file = gen_step.addOutputFileArg("tags");
|
const file = gen_step.addOutputFileArg("tags");
|
||||||
_ = gen_runtime.addCopyFile(file, "doc/tags");
|
_ = gen_runtime.addCopyFile(file, "doc/tags");
|
||||||
gen_step.addDirectoryArg(b.path("runtime/doc"));
|
gen_step.addDirectoryArg(b.path("runtime/doc"));
|
||||||
|
gen_step.has_side_effects = true; // workaround: missing detection of input changes
|
||||||
}
|
}
|
||||||
|
|
||||||
return gen_runtime;
|
return gen_runtime;
|
||||||
|
Reference in New Issue
Block a user