mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Reapply "Convert build scripts to CMake (#13427)"
This reverts commit 374bb15db6.
This commit is contained in:
12
patches/tinycc/tcc.h.patch
Normal file
12
patches/tinycc/tcc.h.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- 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>
|
||||
Reference in New Issue
Block a user