From 9763a43943f3a97f52c572f6fb47a000f3eba227 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Wed, 31 Jul 2024 22:14:30 +0200 Subject: [PATCH] fix: Correctly replace linux natives for LWJGL 3.3.1 (#20) --- daedalus_client/library-patches.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daedalus_client/library-patches.json b/daedalus_client/library-patches.json index 268341a96..0acd32e09 100644 --- a/daedalus_client/library-patches.json +++ b/daedalus_client/library-patches.json @@ -2863,7 +2863,8 @@ { "_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing", "match": [ - "org.lwjgl:lwjgl-glfw-natives-linux:3.3.1" + "org.lwjgl:lwjgl-glfw-natives-linux:3.3.1", + "org.lwjgl:lwjgl-glfw:3.3.1:natives-linux" ], "override": { "downloads": { @@ -2876,4 +2877,4 @@ "name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1" } } -] \ No newline at end of file +]