Commit 308ee99
committed
Update nod: suppress #[link] when CMake handles linking
Fixes Windows MSVC build where Rust #[link(name = "z")] emitted
z.lib but vcpkg provides zlib.lib. Now CMake sets
--cfg=nod_link_external to skip the #[link] attributes entirely,
letting Corrosion handle all library linking.1 parent 9a889c8 commit 308ee99
1 file changed
+1
-1
lines changed
0 commit comments