diff options
author | Steven Knight <knight@baldmt.com> | 2003-07-27 17:25:43 +0000 |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-07-27 17:25:43 +0000 |
commit | ed8786e2997389da9467e543b0be9173c486f235 (patch) | |
tree | dfbb8210638f4a42bdac55532958e505cb84cfb4 /src/setup.py | |
parent | 60f78848e0e58a6002942ef73b8518023e2f8aa7 (diff) | |
download | scons-git-ed8786e2997389da9467e543b0be9173c486f235.tar.gz |
When installing from setup.py to a non-standard prefix, suppress the warning message about adding the (incorrect) directory to your search path.
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup.py b/src/setup.py index a4cb17f2a..c59b24069 100644 --- a/src/setup.py +++ b/src/setup.py @@ -100,6 +100,7 @@ class install(_install): self.standard_lib = 0 self.standalone_lib = 0 self.version_lib = 0 + self.warn_dir = 0 def finalize_options(self): _install.finalize_options(self) |