From 813164cc07124aabfbc4aa3b8f9fe33fe222c77c Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Tue, 16 Aug 2022 11:41:52 -0500 Subject: meson: fix the build-date option Rewrites are hard. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d6344dda5a..3a1fe0b471 100644 --- a/meson.build +++ b/meson.build @@ -320,7 +320,7 @@ endif features += {'noexecstack': noexecstack} features += {'build-date': get_option('build-date')} -if features['build-date'] +if not features['build-date'] flags += '-DNO_BUILD_TIMESTAMPS' endif -- cgit v1.2.3