[devhelp] meson: link whole static lib



commit c427a265ba7e694a7a9922c0df5197e7051d6d96
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 11 17:39:52 2018 +0100

    meson: link whole static lib

 devhelp/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/devhelp/meson.build b/devhelp/meson.build
index 6577530..ac4872c 100644
--- a/devhelp/meson.build
+++ b/devhelp/meson.build
@@ -83,7 +83,7 @@ endif
 
 shared_library(
         'devhelp-@0@'.format(DEVHELP_API_VERSION),
-        link_with : libdevhelp_static,
+        link_whole : libdevhelp_static,
         link_args : ldflags,
         link_depends : symbol_map,
         version : LIBDEVHELP_LT_VERSION,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]