| Index: build/config/ios/rules.gni
|
| diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
|
| index 75c7e75ae653d3c8df8d2e7c8271936bb1db849c..a221aeb0e4197ec999f1c229e74d855c03dc300a 100644
|
| --- a/build/config/ios/rules.gni
|
| +++ b/build/config/ios/rules.gni
|
| @@ -326,6 +326,10 @@ template("ios_framework_bundle") {
|
| config(_headers_map_config) {
|
| visibility = [ ":$_target_name" ]
|
| include_dirs = [ _header_map_filename ]
|
| + ldflags = [
|
| + "-install_name",
|
| + "@rpath/$_framework_name/$_output_name",
|
| + ]
|
| }
|
|
|
| _framework_public_config = _target_name + "_public_config"
|
|
|