scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 3e60cb6216ee8198383984aa137f66f9f4694e0f
parent 7a36f32d2c8be65fe464b2be92cbe936b848f2b9
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed, 21 Feb 2018 17:24:54 +0100

fix sysincludes internal path

We don't use TARGET anymore, which can be assembled with ARCH and SYS

Diffstat:
Minc/sysincludes.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/sysincludes.def.h b/inc/sysincludes.def.h @@ -1,6 +1,6 @@ char *sysincludes[] = { PREFIX "/include/scc/" , - PREFIX "/include/scc/bits/" TARGET "/", + PREFIX "/include/scc/bits/" ARCH "-" ABI "/", /* configure below your standard sys include paths */ PREFIX "/include/", PREFIX "/local/include/",