8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78bb47 commit 5b5f981Copy full SHA for 5b5f981
Mac/Makefile.in
@@ -115,7 +115,7 @@ install_versionedtools:
115
116
117
pythonw: $(srcdir)/Tools/pythonw.c Makefile
118
- $(CC) $(LDFLAGS) -DPYTHONFRAMEWORK='"$(PYTHONFRAMEWORK)"' -o $@ $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include ../$(PYTHONFRAMEWORK).framework/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
+ $(CC) $(LDFLAGS) -DPYTHONFRAMEWORK='"$(PYTHONFRAMEWORK)"' -o $@ $(srcdir)/Tools/pythonw.c -I.. -I$(srcdir)/../Include -I$(srcdir)/../Stackless ../$(PYTHONFRAMEWORK).framework/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
119
120
install_PythonLauncher:
121
cd PythonLauncher && make install DESTDIR=$(DESTDIR)
0 commit comments