--- libproxy-0.4.11/CMakeLists.txt.orig 2014-09-22 10:51:48.919400000 +0500 +++ libproxy-0.4.11/CMakeLists.txt 2014-09-22 10:51:56.813000000 +0500 @@ -38,7 +38,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}) # Conditionally build bindings -if(NOT WIN32) +if(NOT WIN32 OR MINGW) add_subdirectory(bindings) endif()