aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorSteffen Nurpmeso <steffen@sdaoden.eu>2017-09-30 00:13:05 +0200
committerSteffen Nurpmeso <steffen@sdaoden.eu>2017-10-03 17:58:45 +0200
commit1d5e386b0a78393ac6b670c209a185849ec798a1 (patch)
tree6f01f1f94079d73ee45caefe3ea3fa4ae5ecac61 /tcc.c
parenta1c90513131164500f503108a845fee1e8632cc6 (diff)
downloadtinycc-1d5e386b0a78393ac6b670c209a185849ec798a1.tar.gz
tinycc-1d5e386b0a78393ac6b670c209a185849ec798a1.tar.bz2
Introduce VIP sysinclude paths which are always searched first
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index 4c7235a..53ee84e 100644
--- a/tcc.c
+++ b/tcc.c
@@ -181,6 +181,7 @@ static void print_search_dirs(TCCState *s)
{
printf("install: %s\n", s->tcc_lib_path);
/* print_dirs("programs", NULL, 0); */
+ print_dirs("tcc-include", s->tccinclude_paths, s->nb_tccinclude_paths);
print_dirs("include", s->sysinclude_paths, s->nb_sysinclude_paths);
print_dirs("libraries", s->library_paths, s->nb_library_paths);
#ifndef TCC_TARGET_PE