diff options
author | Ned Deily <nad@acm.org> | 2012-08-24 00:44:01 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-24 00:44:01 -0700 |
commit | 8177bc7128187a218dd2a33b3db78fe5735613f5 (patch) | |
tree | b698376ca908c0baa56acc34007bd72f85da2e49 /Mac/BuildScript | |
parent | 47344de7a996ec7ba43641a111a9eeae7942e2c5 (diff) | |
download | cpython-8177bc7128187a218dd2a33b3db78fe5735613f5.tar.gz |
Issue #15037: Use correct path to system terminfo database.
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 11c881cd9d..bd0c476daf 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -215,8 +215,6 @@ def library_recipes(): "--with-shared", "--without-debug", "--without-normal", - "--without-termlib", - "--without-ticlib", "--without-tests", "--without-manpages", "--datadir=/usr/share", |