mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-26 17:12:03 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f801b5113b |
+3
-2
@@ -460,8 +460,9 @@ AddJsonPackage(nlohmann)
|
|||||||
if (NOT YUZU_STATIC_ROOM)
|
if (NOT YUZU_STATIC_ROOM)
|
||||||
# zlib
|
# zlib
|
||||||
AddJsonPackage(zlib)
|
AddJsonPackage(zlib)
|
||||||
if (NOT TARGET ZLIB::ZLIB)
|
|
||||||
add_library(ZLIB::ZLIB ALIAS zlib-ng)
|
if (ZLIB_ADDED)
|
||||||
|
add_library(ZLIB::ZLIB ALIAS zlibstatic)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Opus
|
# Opus
|
||||||
|
|||||||
+7
-7
@@ -378,16 +378,16 @@
|
|||||||
"version": "7.35.2"
|
"version": "7.35.2"
|
||||||
},
|
},
|
||||||
"zlib": {
|
"zlib": {
|
||||||
"hash": "e2057c764f1d5aaee738edee7e977182c5b097e3c95489dcd8de813f237d92a05daaa86d68d44b331d9fec5d1802586a8f6cfb658ba849874aaa14e72a8107f5",
|
"hash": "16fea4df307a68cf0035858abe2fd550250618a97590e202037acd18a666f57afc10f8836cbbd472d54a0e76539d0e558cb26f059d53de52ff90634bbf4f47d4",
|
||||||
|
"min_version": "1.2",
|
||||||
"options": [
|
"options": [
|
||||||
"ZLIB_COMPAT ON",
|
"ZLIB_BUILD_SHARED OFF",
|
||||||
"ZLIB_ALIASES ON",
|
"ZLIB_INSTALL OFF"
|
||||||
"BUILD_SHARED_LIBS OFF"
|
|
||||||
],
|
],
|
||||||
"package": "ZLIB",
|
"package": "ZLIB",
|
||||||
"repo": "zlib-ng/zlib-ng",
|
"repo": "madler/zlib",
|
||||||
"tag": "%VERSION%",
|
"tag": "v%VERSION%",
|
||||||
"version": "2.3.3"
|
"version": "1.3.2"
|
||||||
},
|
},
|
||||||
"zstd": {
|
"zstd": {
|
||||||
"find_args": "MODULE",
|
"find_args": "MODULE",
|
||||||
|
|||||||
@@ -5,11 +5,7 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include <fmt/ranges.h>
|
#include <fmt/ranges.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user