Files
zig/src
Jakub Konka b12992cb01 macho: do not open file handle when building static archive
Firstly, opening a file handle is not really needed since we won't even
use it, and secondly, this can cause AccessDenied errors on Windows
when trying to move a directory from zig-cache/tmp/ to zig-cache/o/
since, without POSIX semantics, it is illegal to move directories
with open handles to any of its resources.
2022-08-18 15:54:09 -04:00
..
2022-08-18 18:02:19 +02:00
2022-08-18 18:02:19 +02:00
2022-04-27 16:45:23 -07:00
2022-05-13 16:43:59 -04:00
2022-08-11 00:46:44 -07:00
2022-01-07 00:06:06 -05:00
2022-08-17 23:03:04 +03:00
2022-07-30 12:36:11 -07:00