From 46a5a934353878226c50cc3329bd61a778b4cc81 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 1 Feb 2024 23:24:52 -0800 Subject: [PATCH] Update sal.h reference for Unix to new dotnet project --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 37f0978..54f3e77 100644 --- a/Home.md +++ b/Home.md @@ -123,7 +123,7 @@ Officially the library is supported with Microsoft Visual C++ 2017 or later, cla When building with clang/LLVM or other GNU C compilers, the ``_XM_NO_XMVECTOR_OVERLOADS_`` control define is set because these compilers do not support creating operator overloads for the ``XMVECTOR`` type. You can choose to enable this preprocessor define explicitly to do the same thing with Visual C++ for improved portability. -To build for non-Windows platforms, you need to provide a ``sal.h`` header in your include path. You can obtain an open source version from [GitHub](https://github.com/dotnet/corert/blob/master/src/Native/inc/unix/sal.h). +To build for non-Windows platforms, you need to provide a ``sal.h`` header in your include path. You can obtain an open source version from [GitHub](https://raw.githubusercontent.com/dotnet/runtime/main/src/coreclr/pal/inc/rt/sal.h). ``` cd DirectXMath/Inc