aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinycc/tcc.h')
-rw-r--r--tinycc/tcc.h2
1 files changed, 1 insertions, 1 deletions
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