aboutsummaryrefslogtreecommitdiff
path: root/src/TypedValue.zig
diff options
context:
space:
mode:
authorAndreas Herrmann <andreash87@gmx.ch>2024-03-15 20:55:17 +0100
committerVeikka Tuominen <git@vexu.eu>2024-03-16 13:33:36 +0200
commitdbb11915bd03992ff9b64cd7f373faa428f0cedf (patch)
tree70556470246c0c54fa1e03a46c107ff737eff267 /src/TypedValue.zig
parentfe61b19b9667bcd9f4ce507683bcc224d5dad1de (diff)
downloadzig-dbb11915bd03992ff9b64cd7f373faa428f0cedf.tar.gz
zig-dbb11915bd03992ff9b64cd7f373faa428f0cedf.zip
Fix "unable to generate DLL import .lib file"
Closes https://github.com/ziglang/zig/issues/19284 As of 9f2cb920c055bc990cc9d593b8dc9eaa450d07b9 configuring the global cache directory to a relative path causes errors of the following form when cross compiling to `windows-gnu`. ``` error: unable to generate DLL import .lib file for kernel32: FileNotFound ``` The issue occurred because the `def_final_path` included the global cache path as a prefix and later on the `def_final_file` was created using that path with the global cache directory handle.
Diffstat (limited to 'src/TypedValue.zig')
0 files changed, 0 insertions, 0 deletions