[PR #1162] [MERGED] Fix compilation on M1 macOS #1759

Closed
opened 2026-05-05 08:01:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1162
Author: @Absolucy
Created: 5/13/2021
Status: Merged
Merged: 10/31/2021
Merged by: @shymega

Base: masterHead: master


📝 Commits (3)

  • 615762d Fix compilation on M1 macOS
  • 5f6456b Whoops, I didn't mean to commit that!
  • a4afb98 Merge branch 'master' into master

📊 Changes

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

View changed files

📝 CMakeLists.txt (+22 -1)
📝 osx_environment.sh (+5 -8)

📄 Description

Homebrew on M1 uses /opt/homebrew instead of /usr/local

In addition, I added support for Procursus, which uses apt and installs in /opt/procursus on both x86_64 and M1.


🔄 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/debauchee/barrier/pull/1162 **Author:** [@Absolucy](https://github.com/Absolucy) **Created:** 5/13/2021 **Status:** ✅ Merged **Merged:** 10/31/2021 **Merged by:** [@shymega](https://github.com/shymega) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`615762d`](https://github.com/debauchee/barrier/commit/615762d7b31b4ff0450136b063c7c0c5f33f6a05) Fix compilation on M1 macOS - [`5f6456b`](https://github.com/debauchee/barrier/commit/5f6456b36e020ac6d824bd2f59845f6e174f455a) Whoops, I didn't mean to commit that! - [`a4afb98`](https://github.com/debauchee/barrier/commit/a4afb983d10007a7d4da1827b890f0d5c6951604) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+27 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+22 -1) 📝 `osx_environment.sh` (+5 -8) </details> ### 📄 Description Homebrew on M1 uses `/opt/homebrew` instead of `/usr/local` In addition, I added support for Procursus, which uses apt and installs in `/opt/procursus` on both x86_64 and M1. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:01:14 -06: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: github-starred/barrier#1759
No description provided.