Skip to content

Commit 602060b

Browse files
authored
Fix public headers path (#121)
1 parent 1cef157 commit 602060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/shell/platform/common/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source_set("common_cpp_library_headers") {
3232

3333
copy("publish_headers") {
3434
sources = _public_headers
35-
outputs = [ "$root_out_dir/{{source_file_part}}" ]
35+
outputs = [ "$root_out_dir/public/{{source_file_part}}" ]
3636
}
3737

3838
source_set("common_cpp_input") {

0 commit comments

Comments
 (0)