]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Fix platform detection on MacOS
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 22 Aug 2023 13:20:37 +0000 (15:20 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:46 +0000 (13:28 +0100)
meson/platform/meson.build

index 6b224538bc3edc5db569e557474752800eeea1d1..52f03c94912604f534d9bfdde73587e750637364 100644 (file)
@@ -1,6 +1,7 @@
 platforms = [
   ['linux',   [['HAVE_LINUX',   'On Linux']], [], []],
-  ['darwin',  [['HAVE_DARWIN',  'On Darwin/MacOS']], [], ['__APPLE_USE_RFC_3542', '_XOPEN_SOURCE', '_DARWIN_C_SOURCE'], []],
+  ['darwin',  [['HAVE_DARWIN',  'On Darwin/MacOS']],
+   ['__APPLE_USE_RFC_3542', '_XOPEN_SOURCE', '_DARWIN_C_SOURCE'], []],
   ['openbsd', [['HAVE_OPENBSD', 'On OpenBSD']], [], []],
   ['freebsd', [['HAVE_FREEBSD', 'On FreeBSD']], [], []],
   ['sunos',   [['HAVE_SOLARIS', 'On Solaris/SunOS'],