mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Install Demo and Tools too.
This commit is contained in:
parent
7b9a386ef9
commit
8cf644df52
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ fi
|
||||||
$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
|
$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
|
||||||
make
|
make
|
||||||
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
|
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
|
||||||
|
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras
|
||||||
|
|
||||||
if [ "$builddocs" = "y" -o "$builddocs" = "Y" ]; then
|
if [ "$builddocs" = "y" -o "$builddocs" = "Y" ]; then
|
||||||
./python.exe $PYTHONSRC/Mac/OSX/setupDocs.py build
|
./python.exe $PYTHONSRC/Mac/OSX/setupDocs.py build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue