ethomson / jagged

java bindings to libgit2
MIT License
112 stars 28 forks source link

MinGW building fixed #40

Open mstrap opened 8 years ago

mstrap commented 8 years ago

Given that libgit2 is properly built (without "lib"-prefix), this fixes building with MinGW

mstrap commented 8 years ago

Amended last commit to fix also libjagged_test.

mstrap commented 8 years ago

I've just noticed pull request #29 which seems to deal with command line building. My patch is the (hopefully) minimal set of changes which is required to allow a pure MinGW-backed CMake build. This is what e.g. CLion IDE does:

"C:\Program Files (x86)\CMake\bin\cmake.exe" --build D:\clion.CLion\system\cmake\generated\995bd5c1\995bd5c1\Debug --target all -- -j 8