Commit 7f832ae 1 parent 7840a4a commit 7f832ae Copy full SHA for 7f832ae
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,8 @@ _native_compiler_configs = [
354
354
355
355
if (use_flutter_cxx ) {
356
356
_native_compiler_configs += [
357
- " //third_party/libcxxabi:libcxxabi_config" ,
358
- " //third_party/libcxx:libcxx_config" ,
357
+ " //flutter/ third_party/libcxxabi:libcxxabi_config" ,
358
+ " //flutter/ third_party/libcxx:libcxx_config" ,
359
359
]
360
360
}
361
361
@@ -616,7 +616,7 @@ if (use_flutter_cxx) {
616
616
deps = []
617
617
}
618
618
if (! defined (invoker .no_default_deps ) || ! invoker .no_default_deps ) {
619
- deps += [ " //third_party/libcxx" ]
619
+ deps += [ " //flutter/ third_party/libcxx" ]
620
620
}
621
621
}
622
622
}
Original file line number Diff line number Diff line change @@ -532,8 +532,8 @@ config("runtime_library") {
532
532
ldflags += [ " -nostdlib++" ]
533
533
}
534
534
include_dirs = [
535
- " //third_party/libcxx/include" ,
536
- " //third_party/libcxxabi/include" ,
535
+ " //flutter/ third_party/libcxx/include" ,
536
+ " //flutter/ third_party/libcxxabi/include" ,
537
537
]
538
538
}
539
539
You can’t perform that action at this time.
0 commit comments