| Index: build/config/mac/rules.gni
|
| diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
|
| index 5d616049cb886322ca77ca6de3f570d118b422a2..6ffe613e0b8e9208c6036d104d68453ce078fce3 100644
|
| --- a/build/config/mac/rules.gni
|
| +++ b/build/config/mac/rules.gni
|
| @@ -54,13 +54,16 @@ template("framework_bundle") {
|
| "output_name",
|
| "visibility",
|
| ])
|
| + output_name = _output_name
|
| + output_prefix_override = true
|
| + output_extension = ""
|
| }
|
|
|
| bundle_data(_shared_library_bundle_data) {
|
| visibility = [ ":$_framework_target" ]
|
| forward_variables_from(invoker, [ "testonly" ])
|
| sources = [
|
| - "$root_out_dir/${shlib_prefix}${_shared_library_target}${shlib_extension}",
|
| + "$root_out_dir/${_output_name}",
|
| ]
|
| outputs = [
|
| "{{bundle_executable_dir}}/$_output_name",
|
|
|