From c0182e05c3e8a47f7a5b1a4565948be053188caa Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 27 Oct 2017 16:55:51 -0400 Subject: [PATCH] macOS: Fix bundle structure in sample apps --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 0aea9a227..f7f072d55 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1548,7 +1548,7 @@ if (is_mac) { ] outputs = [ - "{{bundle_root_dir}}/Frameworks/{{source_file_part}}", + "{{bundle_contents_dir}}/Frameworks/{{source_file_part}}", ] }