Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 33587b9

Browse files
committed
Fix path for copy_framework_header.py.
1 parent 2619b25 commit 33587b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webrtc.gni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ if (is_ios) {
897897
"$target_gen_dir/$output_name.framework/WebRTC/$output_name.h"
898898

899899
action_foreach("create_bracket_include_headers_$target_name") {
900-
script = "//tools_webrtc/apple/copy_framework_header.py"
900+
script = "../tools_webrtc/apple/copy_framework_header.py"
901901
sources = invoker.sources
902902
output_name = invoker.output_name
903903
outputs = [
@@ -988,7 +988,7 @@ if (is_mac) {
988988
}
989989

990990
action_foreach("create_bracket_include_headers_$this_target_name") {
991-
script = "//tools_webrtc/apple/copy_framework_header.py"
991+
script = "../tools_webrtc/apple/copy_framework_header.py"
992992
sources = invoker.sources
993993
output_name = invoker.output_name
994994
outputs = [

0 commit comments

Comments
 (0)