From 21d8348e874d42efd8f107ef7a1988b00396972d Mon Sep 17 00:00:00 2001 From: jebbs Date: Mon, 1 Jun 2026 09:52:21 +0800 Subject: [PATCH] macOS: Only codesign when building for macOS targets The PostBuild target previously ran codesign on macOS for any target platform, causing build failures when cross-compiling for win-x64, win-arm64, or linux-arm64. Add a RuntimeIdentifier check to ensure codesign only executes when building osx-x64 or osx-arm64. --- src/Ryujinx/Ryujinx.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Ryujinx.csproj b/src/Ryujinx/Ryujinx.csproj index 8a89f3a46..dca9609a2 100644 --- a/src/Ryujinx/Ryujinx.csproj +++ b/src/Ryujinx/Ryujinx.csproj @@ -18,7 +18,7 @@ - +