Index: build/config/ios/rules.gni |
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni |
index c670170ac4b7649c60721e6dae33863bee2d7512..e50e2a031195e35e55ffeed5cf326f83e162c10c 100644 |
--- a/build/config/ios/rules.gni |
+++ b/build/config/ios/rules.gni |
@@ -1139,8 +1139,8 @@ template("ios_framework_bundle") { |
} |
bundle_root_dir = _framework_root_dir |
- bundle_resources_dir = "$bundle_root_dir/Resources" |
- bundle_executable_dir = "$bundle_root_dir" |
+ bundle_resources_dir = _framework_root_dir |
+ bundle_executable_dir = _framework_root_dir |
if (!defined(deps)) { |
deps = [] |