Skip to content

Commit

Permalink
Use absolute path in ios_test_flutter target (flutter#21578)
Browse files Browse the repository at this point in the history
  • Loading branch information
LongCatIsLooong committed Oct 5, 2020
1 parent 22ae8f7 commit 77d0760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/platform/darwin/ios/BUILD.gn
Expand Up @@ -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") {
Expand Down

0 comments on commit 77d0760

Please sign in to comment.