From 32983f861a34d371f1ab123598774fcb046ad3e3 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 17 Nov 2023 23:20:04 +0200 Subject: [PATCH] updated Linux build script for the utf-8 lib --- build_linux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_linux.sh b/build_linux.sh index 3b36c888..20787631 100644 --- a/build_linux.sh +++ b/build_linux.sh @@ -184,6 +184,7 @@ zlib_lib64="$deps_dir/zlib/install64/lib" release_incs_both=( "$ssq_inc" + "utfcpp" ) release_incs32=( "${release_incs_both[@]}" @@ -212,7 +213,7 @@ release_libs_dir64=( ) release_ignore_warn="-Wno-return-type -Wno-switch -Wno-int-to-void-pointer-cast -Wno-null-conversion" -common_defs="-DGNUC -DCURL_STATICLIB" +common_defs="-DGNUC -DUTF_CPP_CPLUSPLUS=201703L -DCURL_STATICLIB" release_defs="$dbg_defs $common_defs" release_src=( "dll/*.cpp"