mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Rename
This commit is contained in:
parent
b91d0cb584
commit
2f9884a2d5
4
setup.py
4
setup.py
|
@ -16,9 +16,9 @@ import platform
|
|||
# We have to resort to monkey-patching to set the compiler, because pypy broke
|
||||
# ALL the EVERTHING.
|
||||
|
||||
orig_customize_compiler = sysconfig.customize_compiler
|
||||
pre_patch_customize_compiler = sysconfig.customize_compiler
|
||||
def my_customize_compiler(compiler):
|
||||
orig_customize_compiler(compiler)
|
||||
pre_patch_customize_compiler(compiler)
|
||||
compiler.compiler_cxx = ['c++']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user