File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1443,13 +1443,13 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
1443
1443
fi; \
1444
1444
fi
1445
1445
if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \
1446
- rm -f $(DESTDIR)$(BINDIR)python$(VERSION)-32$(EXE); \
1446
+ rm -f $(DESTDIR)$(BINDIR)/ python$(VERSION)-32$(EXE); \
1447
1447
lipo $(LIPO_32BIT_FLAGS) \
1448
1448
-output $(DESTDIR)$(BINDIR)/python$(VERSION)-32$(EXE) \
1449
1449
$(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE); \
1450
1450
fi
1451
1451
if test "x$(LIPO_INTEL64_FLAGS)" != "x" ; then \
1452
- rm -f $(DESTDIR)$(BINDIR)python$(VERSION)-intel64$(EXE); \
1452
+ rm -f $(DESTDIR)$(BINDIR)/ python$(VERSION)-intel64$(EXE); \
1453
1453
lipo $(LIPO_INTEL64_FLAGS) \
1454
1454
-output $(DESTDIR)$(BINDIR)/python$(VERSION)-intel64$(EXE) \
1455
1455
$(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE); \
Original file line number Diff line number Diff line change
1
+ Makefile: fix missing slashes in some invocations cleaning previous build results when builing a macOS universal binary.
You can’t perform that action at this time.
0 commit comments