alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 115 forks source link

don't copy .git into place as it can have permissions issues on windows #26

Closed thedavidmeister closed 5 years ago

thedavidmeister commented 5 years ago

i'm getting permissions issues on windows due to copying .pack and .idx files

unless we need the .git directory it seems like it would be faster/safer to skip it

thedavidmeister commented 5 years ago

i think it might be something like this https://github.com/libgit2/libgit2sharp/issues/1354