aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/third_party.gni
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/third_party.gni')
-rw-r--r--third_party/third_party.gni4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/third_party.gni b/third_party/third_party.gni
index 9e552bf5a0..34751c0286 100644
--- a/third_party/third_party.gni
+++ b/third_party/third_party.gni
@@ -15,3 +15,7 @@ template("third_party") {
cflags = [ "-w" ]
}
}
+
+set_defaults("third_party") {
+ configs = default_configs
+}