From ac719ceccab403bbe86325e60b935c3010b4078f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 9 Dec 2021 10:41:17 +0200 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2fad6..9acd419 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ bazel query @zig_sdk//... | sed -En '/.*_toolchain$/ s/.*:(.*)_toolchain$/\1/p ## Compiling OS X executables -MacOS SDK (`--sysroot`) may be necessary. Read [Jakub's comment](sysroot) about +MacOS SDK (`--sysroot`) may be necessary. Read [Jakub's comment][sysroot] about it. This section will be expanded once yours truly understands more about the requirements and limitations of linking on OSX.