Files
source/cmake/toolchains
Marco Antonio J. Costaandmajcosta 4546bc1bf8 Apply MSVC library paths to shared and module linkers too
The /libpath flags for the MSVC, UCRT, and Windows SDK x86 libraries
were only injected into CMAKE_EXE_LINKER_FLAGS_INIT, so linking a shared
library or module produced unresolved externals. Hoist the paths into a
local variable and feed it to the EXE, SHARED, and MODULE init flags.

Never bit because nothing in the tree builds a shared lib yet.
2026-08-21 14:27:35 -03:00
..