12 lines
469 B
Diff
12 lines
469 B
Diff
--- libgweather-3.28.2/meson.build.orig 2018-10-31 15:56:42.644578100 +0300
|
|
+++ libgweather-3.28.2/meson.build 2018-10-31 15:56:46.154584200 +0300
|
|
@@ -76,7 +76,7 @@
|
|
if host_machine.system() == 'windows'
|
|
config_h.set('DLL_EXPORT', true)
|
|
config_h.set('GWEATHER_EXTERN', '__declspec(dllexport) extern')
|
|
- if cc.get_id() != 'msvc'
|
|
+ if c_compiler.get_id() != 'msvc'
|
|
add_project_arguments(['-fvisibility=hidden'], language: 'c')
|
|
endif
|
|
else
|