From 56db624643bb506d2b8fa9d81f4146c1b1f4e3c3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 18 Jan 2024 21:14:44 -0700 Subject: [PATCH] langref: update Zig Build System section It's hosted externally for now. closes #18103 --- doc/langref.html.in | 149 +++----------------------------------------- 1 file changed, 7 insertions(+), 142 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index f3cb0fbae..3f9957314 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -10808,6 +10808,9 @@ const separator = if (builtin.os.tag == .windows) '\\' else '/'; Some examples of tasks the build system can help with: