From 0f12d5b3500167e94596cabac0a6be9c5671fb74 Mon Sep 17 00:00:00 2001 From: wargio Date: Mon, 22 Apr 2024 13:23:12 +0800 Subject: [PATCH] Fix meson script --- subprojects/packagefiles/yara/meson.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subprojects/packagefiles/yara/meson.build b/subprojects/packagefiles/yara/meson.build index 1112070..a5ca24e 100644 --- a/subprojects/packagefiles/yara/meson.build +++ b/subprojects/packagefiles/yara/meson.build @@ -109,11 +109,11 @@ if get_option('enable_openssl') yara_c_args += '-DHAVE_OPENSSL_SHA_H=1' yara_c_args += '-DHAVE_OPENSSL_X509_H=1' yara_src += 'libyara/modules/hash/hash.c' - yara_src += 'libyara/modules/pe/authenticode-parser/authenticode.c', - yara_src += 'libyara/modules/pe/authenticode-parser/certificate.c', - yara_src += 'libyara/modules/pe/authenticode-parser/countersignature.c', - yara_src += 'libyara/modules/pe/authenticode-parser/helper.c', - yara_src += 'libyara/modules/pe/authenticode-parser/structs.c', + yara_src += 'libyara/modules/pe/authenticode-parser/authenticode.c' + yara_src += 'libyara/modules/pe/authenticode-parser/certificate.c' + yara_src += 'libyara/modules/pe/authenticode-parser/countersignature.c' + yara_src += 'libyara/modules/pe/authenticode-parser/helper.c' + yara_src += 'libyara/modules/pe/authenticode-parser/structs.c' endif endif