From a99cf0a4a435f99f7bf00f85c2393b7e35034331 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Thu, 19 Mar 2026 22:13:00 -0500 Subject: [PATCH] try llvm20 --- flatpak/io.github.hedge_dev.unleashedrecomp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.json b/flatpak/io.github.hedge_dev.unleashedrecomp.json index 338a2a52..1553aa7c 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.json +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.json @@ -3,7 +3,7 @@ "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", - "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ], + "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm20" ], "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/llvm20/bin", + "prepend-ld-library-path": "/usr/lib/sdk/llvm20/lib", "build-args": [ "--share=network" ]