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

Commit 8a6510f

Browse files
1 parent aa8ba07 commit 8a6510f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/fuchsia/sdk.gni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ template("_fuchsia_fidl_library") {
100100
"$target_gen_dir/fuchsia/$library_name_slashes/c/fidl.h",
101101
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/fidl.h",
102102
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/fidl.cc",
103-
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/tables.cc",
103+
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/tables.c",
104104
]
105105

106106
args = [
@@ -122,7 +122,7 @@ template("_fuchsia_fidl_library") {
122122
rebase_path("$target_gen_dir/fuchsia/$library_name_slashes/c/fidl.h"),
123123
"--output-c-tables",
124124
rebase_path(
125-
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/tables.cc"),
125+
"$target_gen_dir/fuchsia/$library_name_slashes/cpp/tables.c"),
126126
]
127127
}
128128

0 commit comments

Comments
 (0)