mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-22 21:36:12 +03:00
build: Never explicitly link clang_rt.builtins
https://chromium-review.googlesource.com/c/chromium/src/+/5723176
This commit is contained in:
parent
9034d499e6
commit
e9aa88f763
@ -210,7 +210,10 @@ template("clang_lib") {
|
||||
|
||||
# Adds a dependency on the Clang runtime library clang_rt.builtins.
|
||||
clang_lib("compiler_builtins") {
|
||||
if (is_mac) {
|
||||
if (true) {
|
||||
# NaiveProxy doesn't use Rust and never links clang_rt.builtins.
|
||||
# Don't define libname which makes this target do nothing.
|
||||
} else if (is_mac) {
|
||||
libname = "osx"
|
||||
} else if (is_ios) {
|
||||
if (target_environment == "simulator") {
|
||||
|
Loading…
Reference in New Issue
Block a user