Andrew Kelley c7028ce0c6 COFF linking: fix incorrectly passing .dll instead of .lib
commit 9d1816111d1d30e18b8cb43a4aa31c194fb204c4 used the "output path"
as the path for passing shared library artifact paths to the Zig CLI.
For Windows, this was incorrect because it would pass the .dll instead
of the .lib file. This commit passes the "output lib path" instead,
which makes it pass the .lib path in case of a .dll on Windows.

This way the linker does not complain and say, "bad file type. Did you
specify a DLL instead of an import library?"
2020-12-01 11:28:44 -07:00
..
2020-11-19 00:58:13 +11:00
2020-10-28 10:03:23 +01:00
2020-11-20 08:38:10 +01:00
2020-11-29 10:36:02 -08:00
2020-11-02 13:20:58 -05:00
2020-11-19 00:58:13 +11:00
2020-11-30 10:40:16 -08:00
2020-11-30 11:25:03 -08:00
2020-09-11 20:02:41 -04:00
2020-11-29 10:36:02 -08:00
2020-10-07 04:34:09 -04:00
2020-11-29 10:36:02 -08:00
2020-11-18 22:09:34 -07:00
2020-11-29 10:36:02 -08:00
2020-09-22 05:12:21 -07:00
2020-11-24 19:51:24 -07:00