From e939c4072ceeb0bc4c8dca7603cfbb73648cb9d4 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Tue, 1 Feb 2011 23:32:53 -0800 Subject: add -isystem cmdline option --- libtcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtcc.c') diff --git a/libtcc.c b/libtcc.c index e538321..64e5519 100644 --- a/libtcc.c +++ b/libtcc.c @@ -1274,7 +1274,7 @@ LIBTCCAPI int tcc_set_output_type(TCCState *s, int output_type) if (!s->nostdinc) { /* default include paths */ - /* XXX: reverse order needed if -isystem support */ + /* -isystem paths have already been handled */ #ifndef TCC_TARGET_PE tcc_add_sysinclude_path(s, CONFIG_SYSROOT "/usr/local/include"); tcc_add_sysinclude_path(s, CONFIG_SYSROOT "/usr/include"); -- cgit v1.3.1