diff options
author | Ned Deily <nad@acm.org> | 2012-08-24 07:44:01 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-24 07:44:01 (GMT) |
commit | 36d188c7f7aa9ac19dc0ef075a465c18c59b81a2 (patch) | |
tree | 7072012ee8bc0e7365e5278b8a970a0b2cd92b08 /Mac | |
parent | 66e63170d9aa8cf41a772b0d22b20c47636d24f5 (diff) | |
download | cpython-36d188c7f7aa9ac19dc0ef075a465c18c59b81a2.zip cpython-36d188c7f7aa9ac19dc0ef075a465c18c59b81a2.tar.gz cpython-36d188c7f7aa9ac19dc0ef075a465c18c59b81a2.tar.bz2 |
Issue #15037: Use correct path to system terminfo database.
Diffstat (limited to 'Mac')
-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 11c881c..bd0c476 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", |