mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-20 15:02:20 +00:00
Update runtime and SDK versions in JSON config
This commit is contained in:
parent
3c1badf183
commit
10317b5fd5
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "io.github.hedge_dev.unleashedrecomp",
|
||||
"runtime": "org.freedesktop.Platform",
|
||||
"runtime-version": "23.08",
|
||||
"runtime-version": "25.08",
|
||||
"sdk": "org.freedesktop.Sdk",
|
||||
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
|
||||
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm21" ],
|
||||
"finish-args": [
|
||||
"--share=network",
|
||||
"--socket=wayland",
|
||||
|
|
@ -35,8 +35,8 @@
|
|||
}
|
||||
],
|
||||
"build-options": {
|
||||
"append-path": "/usr/lib/sdk/llvm18/bin",
|
||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
|
||||
"append-path": "/usr/lib/sdk/llvm21/bin",
|
||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm21/lib",
|
||||
"build-args": [
|
||||
"--share=network"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue