Skip to content

Commit

Permalink
Move libcxx to //flutter/third_party (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored May 13, 2024
1 parent 7840a4a commit 7f832ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ _native_compiler_configs = [

if (use_flutter_cxx) {
_native_compiler_configs += [
"//third_party/libcxxabi:libcxxabi_config",
"//third_party/libcxx:libcxx_config",
"//flutter/third_party/libcxxabi:libcxxabi_config",
"//flutter/third_party/libcxx:libcxx_config",
]
}

Expand Down Expand Up @@ -616,7 +616,7 @@ if (use_flutter_cxx) {
deps = []
}
if (!defined(invoker.no_default_deps) || !invoker.no_default_deps) {
deps += [ "//third_party/libcxx" ]
deps += [ "//flutter/third_party/libcxx" ]
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,8 @@ config("runtime_library") {
ldflags += [ "-nostdlib++" ]
}
include_dirs = [
"//third_party/libcxx/include",
"//third_party/libcxxabi/include",
"//flutter/third_party/libcxx/include",
"//flutter/third_party/libcxxabi/include",
]
}

Expand Down

0 comments on commit 7f832ae

Please sign in to comment.