[PR #2046] [MERGED] Minor changes for macOS #843

Closed
opened 2026-01-29 19:09:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2046
Author: @kode54
Created: 5/2/2021
Status: Merged
Merged: 5/2/2021
Merged by: @stenzek

Base: devHead: dev


📝 Commits (2)

  • f26367b cubeb: Adjust cubeb_jack to build on latest macOS
  • 4b11f3b CMakeLists: Add system processor check for Apple Silicon

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
📝 dep/cubeb/src/cubeb_jack.cpp (+1 -1)

📄 Description

The following changes make it possible for me to build an Apple Silicon release, which I can also recursively combine with an x86_64 release, to produce a Universal build, if necessary. It should make life easier for anyone attempting to build it.


🔄 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/stenzek/duckstation/pull/2046 **Author:** [@kode54](https://github.com/kode54) **Created:** 5/2/2021 **Status:** ✅ Merged **Merged:** 5/2/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (2) - [`f26367b`](https://github.com/stenzek/duckstation/commit/f26367b21aab634bce2e07803ca99f88ec80347b) cubeb: Adjust cubeb_jack to build on latest macOS - [`4b11f3b`](https://github.com/stenzek/duckstation/commit/4b11f3babeba2c65a01602650c71e82cd0017be5) CMakeLists: Add system processor check for Apple Silicon ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) 📝 `dep/cubeb/src/cubeb_jack.cpp` (+1 -1) </details> ### 📄 Description The following changes make it possible for me to build an Apple Silicon release, which I can also recursively combine with an x86_64 release, to produce a Universal build, if necessary. It should make life easier for anyone attempting to build it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:09:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#843