From 6f1860e20056243396d045095fac84296fb7e82d Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Mon, 9 Oct 2017 14:52:56 +0200 Subject: [PATCH] Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann) --- tcc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcc.h b/tcc.h index 90d73eb..32bb608 100644 --- a/tcc.h +++ b/tcc.h @@ -208,6 +208,8 @@ extern long double strtold (const char *__nptr, char **__endptr); # define CONFIG_TCC_SYSINCLUDEPATHS \ ALSO_TRIPLET(CONFIG_SYSROOT "/usr/local/include") \ ":" ALSO_TRIPLET(CONFIG_SYSROOT "/usr/include") +# else +# define CONFIG_TCC_SYSINCLUDEPATHS "" # endif #endif