mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Replaced python.app target with osxapps (it builds more than
one .app nowadays) and fixed it to work.
This commit is contained in:
@@ -796,9 +796,9 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
|
||||
|
||||
# Build Python executable that can run GUI code. Another MacOSX pseudo
|
||||
# target.
|
||||
python.app:
|
||||
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile install installmacsubtree \
|
||||
PYTHONSRCDIR=$(srcdir) PYTHONBUILDDIR=.
|
||||
osxapps:
|
||||
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installmacsubtree install_all \
|
||||
srcdir=$(srcdir) builddir=.
|
||||
|
||||
# Build the toplevel Makefile
|
||||
Makefile.pre: Makefile.pre.in config.status
|
||||
|
||||
Reference in New Issue
Block a user