From 7d51034eefbadd7574f906ca3748ac0a42298544 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 31 Mar 2000 04:37:40 +0000 Subject: [PATCH] Removed some old test code: don't set 'plat' when calling 'new_compiler()'. --- Lib/distutils/command/build_clib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py index 6560fb4774e..f48e6476fbc 100644 --- a/Lib/distutils/command/build_clib.py +++ b/Lib/distutils/command/build_clib.py @@ -89,8 +89,7 @@ class build_clib (Command): return # Yech -- this is cut 'n pasted from build_ext.py! - self.compiler = new_compiler (plat=os.environ.get ('PLAT'), - verbose=self.verbose, + self.compiler = new_compiler (verbose=self.verbose, dry_run=self.dry_run, force=self.force) if self.include_dirs is not None: