[glib-networking/wip/nacho/openssl-fix: 3/7] Fix for symbol visibility with msvc
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/nacho/openssl-fix: 3/7] Fix for symbol visibility with msvc
- Date: Sun, 3 Feb 2019 11:15:53 +0000 (UTC)
commit 75ebc785e0225b68870d3444f399bdd9e996d536
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]