We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2182366 commit 2b7fe96Copy full SHA for 2b7fe96
build/config/BUILDCONFIG.gn
@@ -271,6 +271,14 @@ if (current_os == "win") {
271
is_win = false
272
}
273
274
+# Some library targets may be built as different type depending on the target
275
+# platform. This variable specifies the default library type for each target.
276
+if (is_fuchsia) {
277
+ default_library_type = "shared_library"
278
+} else {
279
+ default_library_type = "static_library"
280
+}
281
+
282
# =============================================================================
283
# SOURCES FILTERS
284
0 commit comments