From e52d8d22c7b4840c41ed52decb57ed12b1668459 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 11 Nov 2022 00:33:18 -0800 Subject: config.h symlink as a workaround I prefer config.h and config.def.h to be the same. But I want to keep config.def.h for easier merge. So I workaround it with symlink. Also solve the problem of my PKGBUILD copy config.def.h as config.h once and never change config.h later, causes build bugs. AUR way of PKGBUILD track an extra config.h and copy it to the dir when build but I'm not a fan of this approach. --- config.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 config.h (limited to '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 -- cgit v1.2.3-70-g09d2