We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87f6db commit 59d41deCopy full SHA for 59d41de
1 file changed
meson.build
@@ -50,8 +50,8 @@ if get_option('default_library') == 'shared' and meson.get_compiler('cpp').get_i
50
dll_export_flag = '-DJSON_DLL_BUILD'
51
dll_import_flag = '-DJSON_DLL'
52
else
53
- dll_export_flag = ''
54
- dll_import_flag = ''
+ dll_export_flag = []
+ dll_import_flag = []
55
endif
56
57
jsoncpp_lib = library(
0 commit comments