12 lines
290 B
Diff
12 lines
290 B
Diff
--- 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
|
|
@@ -47,7 +47,7 @@
|
|
endif()
|
|
|
|
# Conditionally build bindings
|
|
-if(NOT WIN32)
|
|
+if(NOT WIN32 OR MINGW)
|
|
add_subdirectory(bindings)
|
|
endif()
|
|
|