rust-cross / cargo-zigbuild

Compile Cargo project with zig as linker
MIT License
1.5k stars 55 forks source link

fix zig: unsupported list.def (part 2) #208

Closed rtldg closed 8 months ago

rtldg commented 8 months ago

A follow up to https://github.com/rust-cross/cargo-zigbuild/pull/184 because of Windows paths. It might be safe to do arg.ends_with(".def"), which this PR can be switched to if that seems unlikely to break things.