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.
2 parents f008be8 + 94764a6 commit 9d996f4Copy full SHA for 9d996f4
makefile
@@ -1063,7 +1063,7 @@ bootstrap-dist:
1063
#
1064
BOOTSTRAP_FBC := bootstrap/fbc$(EXEEXT)
1065
.PHONY: bootstrap
1066
-bootstrap: rtlib gfxlib2 $(BOOTSTRAP_FBC)
+bootstrap: gfxlib2 $(BOOTSTRAP_FBC)
1067
mkdir -p bin
1068
cp $(BOOTSTRAP_FBC) $(FBC_EXE)
1069
@@ -1089,7 +1089,7 @@ endif
1089
ifneq ($(filter darwin freebsd linux netbsd openbsd solaris,$(TARGET_OS)),)
1090
BOOTSTRAP_LIBS := -lncurses -lm -pthread
1091
endif
1092
-$(BOOTSTRAP_FBC): $(BOOTSTRAP_OBJ)
+$(BOOTSTRAP_FBC): rtlib $(BOOTSTRAP_OBJ)
1093
$(QUIET_LINK)$(CC) -o $@ $(libdir)/fbrt0.o bootstrap/$(FBTARGET)/*.o $(libdir)/libfb.a $(BOOTSTRAP_LIBS)
1094
1095
.PHONY: clean-bootstrap
0 commit comments