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