mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 14:18:59 +02:00
Fix most build errors
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
763ca682b6
commit
f7a875e97b
19 changed files with 57 additions and 70 deletions
8
externals/cpmfile.json
vendored
8
externals/cpmfile.json
vendored
|
|
@ -23,10 +23,7 @@
|
|||
"package": "sirit",
|
||||
"name": "sirit",
|
||||
"repo": "eden-emulator/sirit",
|
||||
"version": "1.0.4",
|
||||
"disabled_platforms": [
|
||||
"ios-aarch64"
|
||||
]
|
||||
"version": "1.0.5"
|
||||
},
|
||||
"httplib": {
|
||||
"repo": "yhirose/cpp-httplib",
|
||||
|
|
@ -39,7 +36,8 @@
|
|||
"0002-fix-zstd.patch"
|
||||
],
|
||||
"options": [
|
||||
"HTTPLIB_REQUIRE_OPENSSL ON"
|
||||
"HTTPLIB_REQUIRE_OPENSSL ON",
|
||||
"HTTPLIB_DISABLE_MACOSX_AUTOMATIC_ROOT_CERTIFICATES ON"
|
||||
]
|
||||
},
|
||||
"cpp-jwt": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue