mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 11:38:57 +02:00
Update CPMUtil, and fix script
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
65c32d9f72
commit
cdcb0febc1
7 changed files with 17 additions and 58 deletions
|
|
@ -18,3 +18,4 @@
|
|||
- `linux-amd64`
|
||||
- `linux-aarch64`
|
||||
- `macos-universal`
|
||||
- `ios-aarch64`
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@ In order: OpenSSL CI, Boost (tag + artifact), Opus (options + find_args), discor
|
|||
"version": "3.6.0",
|
||||
"min_version": "1.1.1",
|
||||
"disabled_platforms": [
|
||||
"macos-universal"
|
||||
"macos-universal",
|
||||
"ios-aarch64"
|
||||
]
|
||||
},
|
||||
"boost": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue