From 111c133b939c15c57c90cd474d55e84928c6307a Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Wed, 12 Jul 2023 21:05:57 -0300 Subject: Officially past the point of no return. C scripting works! --- tinycc/tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinycc/tcc.h') diff --git a/tinycc/tcc.h b/tinycc/tcc.h index 78b0174..a4abccf 100644 --- a/tinycc/tcc.h +++ b/tinycc/tcc.h @@ -354,7 +354,7 @@ extern long double strtold (const char *__nptr, char **__endptr); /* (target specific) libtcc1.a */ #ifndef TCC_LIBTCC1 -# define TCC_LIBTCC1 "libtcc1.a" +# define TCC_LIBTCC1 "\0" #endif #ifndef CONFIG_TCC_CROSSPREFIX -- cgit v1.2.3