Files
bun.sh/patches/tinycc/tcc.h.patch
2024-09-11 08:24:50 -07:00

13 lines
191 B
Diff

--- tcc.h
+++ tcc.h
@@ -23,7 +23,9 @@
#define _GNU_SOURCE
#define _DARWIN_C_SOURCE
+#if __has_include("config.h")
#include "config.h"
+#endif
#include <stdarg.h>
#include <stdlib.h>