mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-15 05:20:06 +08:00
Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)
This commit is contained in:
parent
1d5e386b0a
commit
6f1860e200
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…
Reference in New Issue
Block a user