File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ install_versionedtools:
111111
112112
113113pythonw : $(srcdir ) /Tools/pythonw.c Makefile
114- $(CC ) $(LDFLAGS ) -o $@ $(srcdir ) /Tools/pythonw.c -I.. -I$(srcdir ) /../Include ../$(PYTHONFRAMEWORK ) .framework/Versions/$(VERSION ) /$(PYTHONFRAMEWORK )
114+ $(CC ) $(LDFLAGS ) -DPYTHONFRAMEWORK= ' "$(PYTHONFRAMEWORK)" ' - o $@ $(srcdir ) /Tools/pythonw.c -I.. -I$(srcdir ) /../Include ../$(PYTHONFRAMEWORK ) .framework/Versions/$(VERSION ) /$(PYTHONFRAMEWORK )
115115
116116install_PythonLauncher :
117117 cd PythonLauncher && make install DESTDIR=$(DESTDIR )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ static char* get_python_path(void)
8181 if (end [1 ] == '.' ) {
8282 end ++ ;
8383 }
84- strcpy (end , "Resources/Python.app/Contents/MacOS/Python" );
84+ strcpy (end , "Resources/Python.app/Contents/MacOS/" PYTHONFRAMEWORK );
8585
8686 return g_path ;
8787}
You can’t perform that action at this time.
0 commit comments