Skip to content

Commit 49da91c

Browse files
committed
Fixed compile bug
1 parent e8378d1 commit 49da91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jsoncpp_cdata.set('JSONCPP_VERSION', meson.project_version())
1818
jsoncpp_cdata.set('JSONCPP_VERSION_MAJOR', jsoncpp_major_version)
1919
jsoncpp_cdata.set('JSONCPP_VERSION_MINOR', jsoncpp_minor_version)
2020
jsoncpp_cdata.set('JSONCPP_VERSION_PATCH', jsoncpp_patch_version)
21+
jsoncpp_cdata.set('JSONCPP_USE_SECURE_MEMORY',0)
2122

2223
jsoncpp_gen_sources = configure_file(
2324
input : 'src/lib_json/version.h.in',

0 commit comments

Comments
 (0)