forked from ziglang/zig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The problem was that paths in the cache are assumed to endwithout the path separator, but are added verbatim from the command line in several places. The solution here is to make sure that all prefixes are without path separator by cutting it off when it is passed to Cache.addPrefix. This way, the assumption is met.
- Loading branch information
Felix "xq" Queißner
committed
Jan 5, 2023
1 parent
b89158d
commit bbd30b4
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters