mirror of https://github.com/python/cpython
Install into /Applications/Python in stead of into /Applications.
This commit is contained in:
parent
b7276cdf71
commit
40e2e51a7e
|
@ -287,9 +287,8 @@
|
|||
buildSettings = {
|
||||
FRAMEWORK_SEARCH_PATHS = "";
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
INSTALL_PATH = /Applications/Python;
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
OTHER_CFLAGS = "";
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = PythonLauncher;
|
||||
SECTORDER_FLAGS = "";
|
||||
|
@ -300,7 +299,7 @@
|
|||
);
|
||||
isa = PBXApplicationTarget;
|
||||
name = PythonLauncher;
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productInstallPath = /Applications/Python;
|
||||
productName = PythonLauncher;
|
||||
productReference = 1758732AFF379DA111CA2CBB;
|
||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||
|
|
Loading…
Reference in New Issue