Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5049e7

Browse files
committed
Replaced python.app target with osxapps (it builds more than
one .app nowadays) and fixed it to work.
1 parent f4f6d48 commit d5049e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.pre.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,9 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
796796

797797
# Build Python executable that can run GUI code. Another MacOSX pseudo
798798
# target.
799-
python.app:
800-
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile install installmacsubtree \
801-
PYTHONSRCDIR=$(srcdir) PYTHONBUILDDIR=.
799+
osxapps:
800+
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installmacsubtree install_all \
801+
srcdir=$(srcdir) builddir=.
802802

803803
# Build the toplevel Makefile
804804
Makefile.pre: Makefile.pre.in config.status

0 commit comments

Comments
 (0)