mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-21 07:22:21 +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",
|
"id": "io.github.hedge_dev.unleashedrecomp",
|
||||||
"runtime": "org.freedesktop.Platform",
|
"runtime": "org.freedesktop.Platform",
|
||||||
"runtime-version": "23.08",
|
"runtime-version": "25.08",
|
||||||
"sdk": "org.freedesktop.Sdk",
|
"sdk": "org.freedesktop.Sdk",
|
||||||
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
|
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm21" ],
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
|
|
@ -35,8 +35,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"append-path": "/usr/lib/sdk/llvm18/bin",
|
"append-path": "/usr/lib/sdk/llvm21/bin",
|
||||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm21/lib",
|
||||||
"build-args": [
|
"build-args": [
|
||||||
"--share=network"
|
"--share=network"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue