agora inbox for [email protected]
help / color / mirror / Atom feedFrom: Bertrand Drouvot <[email protected]>
Subject: [PATCH v5 6/6] meson.build changes
Date: Wed, 26 Feb 2025 16:41:14 +0000
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index d2178c7d32e..f81092eb661 100644
--- a/meson.build
+++ b/meson.build
@@ -954,9 +954,9 @@ endif
###############################################################
libnumaopt = get_option('libnuma')
-libnuma = dependency('libnuma', required: libnumaopt)
+libnuma = dependency('numa', required: libnumaopt)
if not libnuma.found()
- libnuma = cc.find_library('numa', required: libnumaopt, dirs: test_lib_d)
+ libnuma = cc.find_library('numa', required: libnumaopt)
endif
if libnuma.found()
cdata.set('USE_LIBNUMA', 1)
--
2.34.1
--pVc1cYwft+FwDrW2--
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v5 6/6] meson.build changes
In-Reply-To: <no-message-id-46819@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox