rustpq / pqcrypto

Rust Post-Quantum cryptography
212 stars 38 forks source link

fixed canonicalisation of include path in windows #35

Closed l3utterfly closed 2 years ago

l3utterfly commented 2 years ago

On windows Path::canonacalize adds a \\? in front.

Fixed by using the dunce crate: https://stackoverflow.com/questions/50322817/how-do-i-remove-the-prefix-from-a-canonical-windows-path

l3utterfly commented 2 years ago

34

thomwiggers commented 2 years ago

Does this fix the build?

l3utterfly commented 2 years ago

Yes, fixes it on Windows.