scc

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

commit 0e247b5f4f5742e31b8d57e30fd582e867533b9f
parent 0d4bb371c2a46c0d48d5af69c238c3d71c088957
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed, 21 Apr 2021 23:54:26 +0200

scc: Add default crt path

Diffstat:
Minclude/scc/scc/syscrts.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/scc/scc/syscrts.def.h b/include/scc/scc/syscrts.def.h @@ -1,4 +1,5 @@ /* configure below your system crts */ char *syscrts[] = { + "%p/lib/scc/%a-%s/crt.o", NULL };