Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2017-10-27 20:01:39 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2017-10-27 20:03:21 +0300
commita6ccd8ba2e564a87144f58f8a04688b451024846 (patch)
treee000eaab5f316d0f6d5179c867cd2d4dd85aada6
parent5738c64c9e7c79650227e7929cf46b742fb17a17 (diff)
[build] Fixed typo in minizip CMakeLists.beta-1087
-rw-r--r--3party/minizip/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/minizip/CMakeLists.txt b/3party/minizip/CMakeLists.txt
index e27d393012..728f1f5a55 100644
--- a/3party/minizip/CMakeLists.txt
+++ b/3party/minizip/CMakeLists.txt
@@ -1,6 +1,6 @@
project(minizip)
-add_definitions(-DUSE_FILE32ZPI -DNOCRYPT)
+add_definitions(-DUSE_FILE32API -DNOCRYPT)
add_clang_compile_options("-Wno-unused-value")