mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #37] [MERGED] [python] setup.py fixes for Windows #620
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/37
Author: @anthrotype
Created: 3/16/2015
Status: ✅ Merged
Merged: 3/16/2015
Merged by: @szabadka
Base:
master← Head:setup_py📝 Commits (3)
855efcf[python/setup.py] use relative paths instead of symlinks (unsupported on Win)dec72c5[setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC)3113fe7[setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530📊 Changes
4 files changed (+51 additions, -49 deletions)
View changed files
📝
python/brotlimodule.cc(+2 -2)➖
python/dec(+0 -1)➖
python/enc(+0 -1)📝
python/setup.py(+49 -45)📄 Description
I split my previous pull request #31 into two smaller one.
this one includes changes to setup.py to allow the building of the Python extension on Windows, which does not like UNIX-style symlinks, and does not understand gcc-specific compiler flags.
Sorry for multiple posting.
Thanks.
C.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.