From 280a9e0e41e57860aa9f6d28dfaebeae15b07326 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 7 Feb 2024 11:09:53 -0500 Subject: [PATCH] fix paths in patch --- .../patches/runtime/0002-short-stack-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/patches/runtime/0002-short-stack-support.patch b/src/SourceBuild/patches/runtime/0002-short-stack-support.patch index 5dc1b46e9..57bc73f01 100644 --- a/src/SourceBuild/patches/runtime/0002-short-stack-support.patch +++ b/src/SourceBuild/patches/runtime/0002-short-stack-support.patch @@ -1,5 +1,5 @@ ---- ../dotnet/src/runtime/eng/SourceBuild.props 2024-02-07 11:01:33.807337902 -0500 -+++ eng/SourceBuild.props 2024-02-05 16:48:58.219933758 -0500 +--- a/eng/SourceBuild.props 2024-02-07 11:01:33.807337902 -0500 ++++ b/eng/SourceBuild.props 2024-02-05 16:48:58.219933758 -0500 @@ -15,6 +15,7 @@ <_targetRidPlatformIndex>$(TargetRid.LastIndexOf('-'))