From fdd7cd0e2fafcfe182214d8655331d55383802d0 Mon Sep 17 00:00:00 2001 From: Hinton Date: Thu, 9 Oct 2025 15:23:48 -0700 Subject: [PATCH] Change the paths to wildcard to avoid errors on other platforms --- util/RustSdk/RustSdk.csproj | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/util/RustSdk/RustSdk.csproj b/util/RustSdk/RustSdk.csproj index f47d4c5b66..ba16a55661 100644 --- a/util/RustSdk/RustSdk.csproj +++ b/util/RustSdk/RustSdk.csproj @@ -10,16 +10,20 @@ - + Always true runtimes/osx-arm64/native/libsdk.dylib - + + Always true + runtimes/linux-x64/native/libsdk.dylib - + + Always true + runtimes/windows-x64/native/libsdk.dylib