From 10d411bafd81b75ca961be4000a539c6d47c1eec Mon Sep 17 00:00:00 2001 From: Attila Uygun Date: Mon, 4 Sep 2023 19:27:03 +0200 Subject: [PATCH] Use shared_library build config --- build/BUILDCONFIG.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BUILDCONFIG.gn b/build/BUILDCONFIG.gn index 1618af7..dd19ec6 100644 --- a/build/BUILDCONFIG.gn +++ b/build/BUILDCONFIG.gn @@ -99,7 +99,7 @@ set_defaults("static_library") { configs = _default_config } set_defaults("shared_library") { - configs = _default_config + configs = [ "//build:shared_library" ] + _default_config } set_defaults("source_set") { configs = _default_config