[PR #137] [MERGED] [setup.py] pass extra compiler flags to clang on OS X to enable support for C+11 #752

Closed
opened 2026-01-29 20:50:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/137
Author: @anthrotype
Created: 8/14/2015
Status: Merged
Merged: 8/14/2015
Merged by: @szabadka

Base: masterHead: fix_macpython


📝 Commits (1)

  • e88fe7b [setup.py] pass extra compiler flags on OS X to enable support for C++11: -stdlib=libc++ -mmacosx-version-min=10.7

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 setup.py (+2 -0)

📄 Description

This is for building the Brotli extension for Mac Python, i.e. the official OS X installers from Python.org.
(extracted from PR #136)


🔄 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/google/brotli/pull/137 **Author:** [@anthrotype](https://github.com/anthrotype) **Created:** 8/14/2015 **Status:** ✅ Merged **Merged:** 8/14/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `fix_macpython` --- ### 📝 Commits (1) - [`e88fe7b`](https://github.com/google/brotli/commit/e88fe7b2481034898a60b8dedcbbeecaf3bf75fa) [setup.py] pass extra compiler flags on OS X to enable support for C++11: -stdlib=libc++ -mmacosx-version-min=10.7 ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `setup.py` (+2 -0) </details> ### 📄 Description This is for building the Brotli extension for Mac Python, i.e. the official OS X installers from Python.org. (extracted from PR #136) --- <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 20:50:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#752