File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ install_IDLE:
217217 cd IDLE && make install
218218
219219install_BuildApplet :
220- $(RUNSHARED ) arch -ppc -i386 $(BUILDPYTHON ) $(srcdir ) /scripts/BuildApplet.py \
220+ $(RUNSHARED ) @ARCH_RUN_32BIT@ $(BUILDPYTHON ) $(srcdir ) /scripts/BuildApplet.py \
221221 --destroot " $( DESTDIR) " \
222222 --python=$(prefix ) /Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK ) ` test -f " $( DESTDIR) $( prefix) /Resources/Python.app/Contents/MacOS/$( PYTHONFRAMEWORK) -32" && echo " -32" ` \
223223 --output " $( DESTDIR) $( PYTHONAPPSDIR) /Build Applet.app" \
@@ -279,7 +279,7 @@ installmacsubtree:
279279 done
280280
281281
282- $(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
282+ $(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
283283 $(RUNSHARED) $(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
284284 $(RUNSHARED) $(BUILDPYTHON) -O -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
285285
You can’t perform that action at this time.
0 commit comments