diff options
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 7c64ee80825..8179921abc8 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -710,12 +710,10 @@ def main(): buildEnvironment = dict() environmentDefaults = dict([ - ("STLPORT_HOME", "/opt/STLPort"), ("BZIP2_HOME", "/opt/bzip2"), ("DB_HOME", "/opt/db"), ("OPENSSL_HOME", "/opt/openssl"), - ("EXPAT_HOME", "/opt/expat"), - ("READLINE_HOME", "/opt/readline") + ("EXPAT_HOME", "/opt/expat") ]) buildDir = None installDir = None |