From bd8e4e588afd83f7855063f5d726d493c1869d81 Mon Sep 17 00:00:00 2001 From: crystal Date: Thu, 18 Apr 2024 22:45:46 -0600 Subject: [PATCH] timetzdata is in the release build tags --- docs/developer/from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/from-source.md b/docs/developer/from-source.md index 6f1f9bbd..e48443eb 100644 --- a/docs/developer/from-source.md +++ b/docs/developer/from-source.md @@ -102,11 +102,11 @@ TAGS="bindata" make build ``` In the default release build of the continuous integration system, the build -tags are: `TAGS="bindata sqlite sqlite_unlock_notify"`. The simplest +tags are: `TAGS="bindata timetzdata sqlite sqlite_unlock_notify"`. The simplest recommended way to build from source is therefore: ```bash -TAGS="bindata sqlite sqlite_unlock_notify" make build +TAGS="bindata timetzdata sqlite sqlite_unlock_notify" make build ``` The `build` target is split into two sub-targets: