From a8301660e2bab0fc9fdb7278c59c2c4dfcff99e5 Mon Sep 17 00:00:00 2001 From: Daniel Campello Date: Wed, 17 Mar 2021 18:03:28 -0600 Subject: meson: Generalise libflashrom product to link as static or dyn Allow the user to specify if they would like a static archive or a DSO produced for libflashrom by way of the flag e.g. `-Ddefault_library=static`. Signed-off-by: Daniel Campello Change-Id: I77e5c298163979a0222270b3ac5d03542e5618f7 Reviewed-on: https://review.coreboot.org/c/flashrom/+/51616 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b7e8c1080..d5895d8ee 100644 --- a/meson.build +++ b/meson.build @@ -378,7 +378,7 @@ srcs += 'writeprotect.c' mapfile = 'libflashrom.map' vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile) -flashrom = shared_library( +flashrom = library( 'flashrom', sources : [ srcs, -- cgit v1.2.3