[PR #3073] [MERGED] mac: Fix building on macOS 26. #3198

Closed
opened 2026-02-27 22:02:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3073
Author: @squidbus
Created: 6/10/2025
Status: Merged
Merged: 6/10/2025
Merged by: @squidbus

Base: mainHead: macos-26


📝 Commits (1)

  • 5ce1e26 mac: Fix building on macOS 26.

📊 Changes

5 files changed (+9 additions, -11 deletions)

View changed files

📝 CMakeLists.txt (+5 -8)
📝 externals/MoltenVK/MoltenVK (+1 -1)
📝 externals/MoltenVK/SPIRV-Cross (+1 -1)
📝 src/core/signals.cpp (+1 -0)
📝 src/core/tls.cpp (+1 -1)

📄 Description

  • Fix linker flags to work with Xcode 26.
  • Update MoltenVK with a compile fix for Xcode 26.
  • Fix missing pthread.h header include.
  • Fix possible CMake dependency loop on non-Qt macOS build due to bundled MoltenVK directory create.
  • Remove duplicate SDL3 link.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3073 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `macos-26` --- ### 📝 Commits (1) - [`5ce1e26`](https://github.com/shadps4-emu/shadPS4/commit/5ce1e2699fd7f7690d383311456ba07c9bf03e60) mac: Fix building on macOS 26. ### 📊 Changes **5 files changed** (+9 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+5 -8) 📝 `externals/MoltenVK/MoltenVK` (+1 -1) 📝 `externals/MoltenVK/SPIRV-Cross` (+1 -1) 📝 `src/core/signals.cpp` (+1 -0) 📝 `src/core/tls.cpp` (+1 -1) </details> ### 📄 Description * Fix linker flags to work with Xcode 26. * Update MoltenVK with a compile fix for Xcode 26. * Fix missing `pthread.h` header include. * Fix possible CMake dependency loop on non-Qt macOS build due to bundled MoltenVK directory create. * Remove duplicate SDL3 link. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3198
No description provided.