summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/CMakeLists.txt2
-rw-r--r--Source/Core/Common/MinizipUtil.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index 52448c9ea9..729d62c441 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -140,7 +140,7 @@ PUBLIC
enet
fmt::fmt
${MBEDTLS_LIBRARIES}
- minizip
+ minizip-ng
PRIVATE
${CURL_LIBRARIES}
diff --git a/Source/Core/Common/MinizipUtil.h b/Source/Core/Common/MinizipUtil.h
index d06b3f4f5d..6057632ddd 100644
--- a/Source/Core/Common/MinizipUtil.h
+++ b/Source/Core/Common/MinizipUtil.h
@@ -5,7 +5,7 @@
#include <algorithm>
-#include <unzip.h>
+#include <mz_compat.h>
#include "Common/CommonTypes.h"
#include "Common/ScopeGuard.h"