Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)
This commit is contained in:
parent
1d5e386b0a
commit
6f1860e200
1 changed files with 2 additions and 0 deletions
2
tcc.h
2
tcc.h
|
|
@ -208,6 +208,8 @@ extern long double strtold (const char *__nptr, char **__endptr);
|
||||||
# define CONFIG_TCC_SYSINCLUDEPATHS \
|
# define CONFIG_TCC_SYSINCLUDEPATHS \
|
||||||
ALSO_TRIPLET(CONFIG_SYSROOT "/usr/local/include") \
|
ALSO_TRIPLET(CONFIG_SYSROOT "/usr/local/include") \
|
||||||
":" ALSO_TRIPLET(CONFIG_SYSROOT "/usr/include")
|
":" ALSO_TRIPLET(CONFIG_SYSROOT "/usr/include")
|
||||||
|
# else
|
||||||
|
# define CONFIG_TCC_SYSINCLUDEPATHS ""
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue