From 84da85139a88b7280f6217f6154f9a95aba916c5 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 8 Jun 2018 17:01:42 +0800 Subject: meson.build Use set() instead of set10() Fix the checks as set10() will still set the macros to 0, which will break the build when we compile conditionally using #if[n]def. --- meson.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index a989b4069..3c656d430 100644 --- a/meson.build +++ b/meson.build @@ -94,7 +94,7 @@ if cc.has_function('setrlimit', prefix: '#include \n#include