From 8a5209b2704115d58d7203daa8834e4f62ebf057 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 2 Nov 2022 16:05:39 +0000 Subject: build: Include profile in the config.h file So we can use it in the source. --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index fdd64d8..c2c6931 100644 --- a/src/meson.build +++ b/src/meson.build @@ -114,6 +114,7 @@ int main (void) { endif conf.set10('ENABLE_IPV6', use_ipv6) +conf.set_quoted('PROFILE', profile) configure_file(output: 'config.h', configuration: conf) -- cgit v1.2.1