mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
[PR #137] [MERGED] [setup.py] pass extra compiler flags to clang on OS X to enable support for C+11 #752
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head: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.