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 c0d6939 commit d5e1d17Copy full SHA for d5e1d17
cpython-linux/Makefile
@@ -49,7 +49,7 @@ $(OUTDIR)/ncurses-%.tar: $(TOOLCHAIN_DEPENDS) $(HERE)/build-ncurses.sh
49
$(OUTDIR)/openssl-%.tar: $(TOOLCHAIN_DEPENDS) $(HERE)/build-openssl.sh
50
$(BUILD) --platform $* openssl
51
52
-$(OUTDIR)/libedit-%.tar: $(TOOLCHAIN_DEPENDS) $(HERE)/build-libedit.sh
+$(OUTDIR)/libedit-%.tar: $(TOOLCHAIN_DEPENDS) $(OUTDIR)/ncurses-%.tar $(HERE)/build-libedit.sh
53
$(BUILD) --platform $* libedit
54
55
$(OUTDIR)/readline-%.tar: $(TOOLCHAIN_DEPENDS) $(OUTDIR)/ncurses-$(PLATFORM).tar $(HERE)/build-readline.sh
0 commit comments