From 034264274957260c2aa576ba721901c9ca59a5c4 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 21 Jul 2024 10:53:59 +1200 Subject: [PATCH] added tcc to build process --- .gitmodules | 3 +++ tcc | 1 + 2 files changed, 4 insertions(+) create mode 160000 tcc diff --git a/.gitmodules b/.gitmodules index bb4579c..3cfc68f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "slibs"] path = slibs url = https://git.samahh.dev/sam/slibs +[submodule "tcc"] + path = tcc + url = https://github.com/TinyCC/tinycc diff --git a/tcc b/tcc new file mode 160000 index 0000000..08a4c52 --- /dev/null +++ b/tcc @@ -0,0 +1 @@ +Subproject commit 08a4c52de39b202f02d1ec525c64336d11ad9ccf