Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# 2. Put the bin/ folder inside x86_64-8.1.0-posix-seh-rt_v6-rev0 in your
# system PATH when compiling.
# 3. The code below will moneky-patch distutils to work.
import distutils.cygwinccompiler
distutils.cygwinccompiler.get_msvcr = lambda: []
#import distutils.cygwinccompiler
#distutils.cygwinccompiler.get_msvcr = lambda: []
# Make sure that pthreads is linked statically, otherwise we run into problems
# on computers where it is not installed.
extra_link_args = ["-static"]
Expand Down