build: pass zig lib dir as directory instead of as string #23644
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I can't build langref on 0.14.0 or master because a relative path is passed to doctest and doctest is ran in a temporary directory.
alex pointed me to #23122, but that is a more radical solution to the problem, this PR is more modest by checking if
graph.zig_lib_directory.path
is set and then passing it viaaddDirectoryArg
.tested by running
zig build docs
https://zsf.zulipchat.com/#narrow/channel/454360-compiler/topic/unable.20to.20open.20zig.20lib.20directory.20when.20building.20docs/with/513624116