[devhelp] meson: link whole static lib
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] meson: link whole static lib
- Date: Sun, 11 Mar 2018 17:49:51 +0000 (UTC)
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]