Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 26, 2024
1 parent d375e53 commit 1858ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gn/toolchain/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1858ae5

Please sign in to comment.