From 26530ce0afdecb1575ee00b9bc05f5f306ba81c8 Mon Sep 17 00:00:00 2001 From: Eben Sorkin Date: Wed, 4 Dec 2024 01:50:04 -0500 Subject: [PATCH] Update config.yaml Wasn't making the VF! fixed. :-) --- sources/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/config.yaml b/sources/config.yaml index 9543a441..1453dbcc 100644 --- a/sources/config.yaml +++ b/sources/config.yaml @@ -26,8 +26,8 @@ familyName: "Menbere" # The following entries, which are either "true" or "false" # determine which targets to build. We turn off OTFs for this demo. -buildVariable: false -# buildStatic: true +buildVariable: true +buildStatic: true # buildTTF: true buildOTF: false # buildSmallCap: false