libgit2 / libgit2sharp.nativebinaries

MIT License
29 stars 63 forks source link

Fix osx/linux path problem with props file #11

Closed bording closed 9 years ago

bording commented 9 years ago

This change ensures that the osx and linux native binaries get copied to the correct location during build, regardless of project/solution structure.

This fixes #10.

nulltoken commented 9 years ago

:+1:

nulltoken commented 9 years ago

@bording Do you need me to push now an updated version of the native binaries NuGet package?

bording commented 9 years ago

You'd also need a new version of the main package that depends on this new version in order for people to use it.

If you do that, then @copygirl's problem with building with MonoDevelop on linux goes away.