[glib-networking/wip/nacho/openssl-fix: 5/9] Fix for symbol	visibility with msvc
- From: Michael Catanzaro <mcatanzaro src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [glib-networking/wip/nacho/openssl-fix: 5/9] Fix for symbol	visibility with msvc
 
- Date: Sun,  3 Feb 2019 16:17:48 +0000 (UTC)
 
commit 40b7c5527167e63f0cfa9f8d2481a2956bc67da8
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Mon Sep 10 17:23:12 2018 +0200
    Fix for symbol visibility with msvc
 tls/gnutls/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tls/gnutls/meson.build b/tls/gnutls/meson.build
index 168e353..c855544 100644
--- a/tls/gnutls/meson.build
+++ b/tls/gnutls/meson.build
@@ -30,7 +30,8 @@ module = shared_module(
   link_depends: symbol_map,
   name_suffix: module_suffix,
   install: true,
-  install_dir: gio_module_dir
+  install_dir: gio_module_dir,
+  c_args: extra_args
 )
 
 if get_option('static_modules')
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]