aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index 7c102de0..9fda7791 100644
--- a/tomo.c
+++ b/tomo.c
@@ -110,7 +110,7 @@ int main(int argc, char *argv[])
ldlibs = heap_strf("%s %s", ldlibs, getenv("LDLIBS"));
cc = getenv("CC");
- if (!cc) cc = "tcc";
+ if (!cc) cc = "cc";
array_t object_files = {};
const char *my_obj = heap_strf("%s.o", resolve_path(filename, ".", "."));