[xcode] Do without _GNU_SOURCE, MacOS doesn't like it

This commit is contained in:
ejurgensen 2023-12-19 22:36:45 +01:00
parent aed74fbb8a
commit 725419d4ac

View File

@ -20,8 +20,6 @@
# include <config.h>
#endif
#define _GNU_SOURCE // For memmem()
#include <stdio.h>
#include <stdbool.h>
#include <string.h>