From f8de863602cfbb957733297cdaa2ee2e19a36f8b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 16 Sep 2019 16:21:40 +0200 Subject: [PATCH] ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile this change allows one to drop library directories (like freetype) into /sys/src/ape/lib/ and have them built without having to change the mkfile. --- sys/src/ape/lib/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/ape/lib/mkfile b/sys/src/ape/lib/mkfile index 6c24c3674..2a502e4d5 100644 --- a/sys/src/ape/lib/mkfile +++ b/sys/src/ape/lib/mkfile @@ -1,6 +1,6 @@