shithub: scc

Download patch

ref: 68337316883089a65169e2aa3f0289acc08a9627
parent: e3010307fe5e503097f0c5d3227faea76566e75d
author: Quentin Rameau <quinq@fifth.space>
date: Wed Apr 21 19:54:26 EDT 2021

scc: Add default crt path

--- 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
 };