From 88a9c9f72c444249d5138fa464136a3435b5160b Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Fri, 12 Nov 2021 20:37:24 +0000 Subject: [PATCH] Symlink config.def.h to config.h For the sake of builds, and patches these two should be the same --- config.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 config.h diff --git a/config.h b/config.h new file mode 120000 index 0000000..c6d6219 --- /dev/null +++ b/config.h @@ -0,0 +1 @@ +config.def.h \ No newline at end of file