jagged icon indicating copy to clipboard operation
jagged copied to clipboard

MinGW building fixed

Open mstrap opened this issue 9 years ago • 2 comments

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

mstrap avatar Mar 04 '16 17:03 mstrap

Amended last commit to fix also libjagged_test.

mstrap avatar Mar 08 '16 16:03 mstrap

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

mstrap avatar Mar 08 '16 17:03 mstrap