Skip to content

Commit c632906

Browse files
committed
Revert "python: msvc: compiler changed for the new setuptools versions"
This reverts commit 14ffb6c.
1 parent 14ffb6c commit c632906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _statically_link_runtime(self):
3535

3636

3737
def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0):
38-
return Compiler(verbose, force)
38+
return Compiler(None, dry_run, force)
3939

4040

4141
if 'MSC' in sys.version:

0 commit comments

Comments
 (0)