From 77d0760a327537160edbc7345decea0e25aadb53 Mon Sep 17 00:00:00 2001 From: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:27:02 -0700 Subject: [PATCH] Use absolute path in ios_test_flutter target (#21578) --- shell/platform/darwin/ios/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/platform/darwin/ios/BUILD.gn b/shell/platform/darwin/ios/BUILD.gn index 775259c704cc10..9bf404552877ff 100644 --- a/shell/platform/darwin/ios/BUILD.gn +++ b/shell/platform/darwin/ios/BUILD.gn @@ -159,7 +159,8 @@ source_set("flutter_framework_source") { } ios_test_flutter_path = rebase_path("$root_out_dir/libios_test_flutter.dylib") -platform_frameworks_path = "$ios_sdk_path/../../Library/Frameworks/" +platform_frameworks_path = + rebase_path("$ios_sdk_path/../../Library/Frameworks/") # For tests that rely on manual reference counting. source_set("ios_test_flutter_mrc") {