From 5d25f831a85c841168e1b15f86aa9dd346b9f538 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sun, 28 Oct 2018 22:56:32 +0100 Subject: [PATCH] last minute fix to save legacy Makefile life one more time --- libs/crunch | 1 - tools/quake3/q3map2/q3map2.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 160000 libs/crunch diff --git a/libs/crunch b/libs/crunch deleted file mode 160000 index 85bab3d7..00000000 --- a/libs/crunch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 85bab3d798a54abe32a22d5275e625ec06df6917 diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 698e57c1..88176c7f 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -70,7 +70,9 @@ #include "mathlib.h" #include "md5lib.h" #include "ddslib.h" +#ifdef BUILD_CRUNCH #include "crn_rgba.h" +#endif // BUILD_CRUNCH #include "picomodel.h" -- 2.39.2