From 1858ae5f38348cfecbcd66b6d9f733ef302d9ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Thu, 26 Dec 2024 04:24:49 +0100 Subject: [PATCH] Update BUILD.gn --- gn/toolchain/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn index 8ad5352c31a9..11137e264125 100644 --- a/gn/toolchain/BUILD.gn +++ b/gn/toolchain/BUILD.gn @@ -277,7 +277,7 @@ template("gcc_like_toolchain") { } tool("solink") { - soname = "{{target_output_name}}{{output_extension}}" + soname = "{{target_output_name}}.friction{{output_extension}}" rpath = "-Wl,-soname,$soname" if (is_mac || is_ios) {