aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-07-19 20:50:15 +0100
committergingerBill <bill@gingerbill.org>2023-07-19 20:50:15 +0100
commite0e55a649c11167b845aaf74c09d8215ceb5b6ab (patch)
treeafa9c55a8c1c48e5435e22b1a1c8307d7be702d6 /src/main.cpp
parentf32d71eca05983520fb5e39cd9c7802200353adb (diff)
Rename tilde_backend* files to tilde*
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 398f31b68..a59f452d8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -72,7 +72,7 @@ gb_global Timings global_timings = {0};
#include "docs.cpp"
#if defined(GB_SYSTEM_WINDOWS)
-#include "tilde_backend.cpp"
+#include "tilde.cpp"
#endif
#include "llvm_backend.cpp"