zig/lib/std/Build
Carl Åstholm e8f28cda9e std.Build: Install Windows DLLs to <prefix>/bin/ by default
Windows does not support RPATH and only searches for DLLs in a small
number of predetermined paths by default, with one of them being the
directory from which the application loaded.

Installing both executables and DLLs to `bin/` by default helps ensure
that the executable can find any DLL artifacts it has linked to.
DLL import libraries are still installed to `lib/`.

These defaults match CMake's behavior.
2024-04-22 17:12:18 -07:00
..
Cache move Package.Path to std.Build.Cache.Path 2024-03-21 16:16:47 -07:00
Step std.Build: Install Windows DLLs to <prefix>/bin/ by default 2024-04-22 17:12:18 -07:00
Cache.zig Build.Cache: fix UAF during unhit 2024-03-24 18:28:16 +00:00
Module.zig remove deprecated LazyPath.path union tag 2024-04-11 14:02:47 -07:00
Step.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00