From 560005c932037f45eb142a50572b50b2c139bf55 Mon Sep 17 00:00:00 2001 From: Elie Gambache Date: Tue, 3 Feb 2026 20:03:20 +0200 Subject: [PATCH] Fix Linux build script ignoring NATIVE_LIBS_OUTPUT_DIR Update linuxlib submodule to include fix for build.sh not using the NATIVE_LIBS_OUTPUT_DIR environment variable. This caused the publish workflow to fail because the artifact was not at the expected path. --- linuxlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxlib b/linuxlib index f50e558..c0d6c8a 160000 --- a/linuxlib +++ b/linuxlib @@ -1 +1 @@ -Subproject commit f50e55837e1ddfd2017c4ef4240b3db466a75a57 +Subproject commit c0d6c8a855765e27446b35674d7f107af41529b8