File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ include $(DMD_DIR)/src/osmodel.mak
145
145
146
146
# External binaries
147
147
DMD =$(DMD_DIR ) /generated/$(OS ) /release/$(MODEL ) /dmd
148
+ PHOBOS_LIB =$(PHOBOS_DIR ) /generated/$(OS ) /release/$(MODEL ) /dmd/libphobos2.a
148
149
149
150
# External directories
150
151
DOC_OUTPUT_DIR: =$(PWD ) /web
@@ -685,6 +686,9 @@ $W/phobos-prerelease/index.verbatim : verbatim.ddoc \
685
686
mv $W /phobos-prerelease-verbatim/* $(dir $@ )
686
687
rm -r $W /phobos-prerelease-verbatim
687
688
689
+ $(PHOBOS_LIB ) : $(DMD )
690
+ ${MAKE} --directory=${PHOBOS_DIR} -f posix.mak lib
691
+
688
692
# ###############################################################################
689
693
# phobos and druntime, latest released build and current build (DDOX version)
690
694
# ###############################################################################
@@ -868,7 +872,7 @@ $(PHOBOS_LATEST_FILES_GENERATED): $(PHOBOS_LATEST_DIR_GENERATED)/%: $(PHOBOS_LAT
868
872
# Style tests
869
873
# ###############################################################################
870
874
871
- test_dspec : dspec_tester.d $(DMD )
875
+ test_dspec : dspec_tester.d $(DMD ) $( PHOBOS_LIB )
872
876
@echo " Test the D Language specification"
873
877
$(DMD ) -run $< --compiler=$(DMD )
874
878
You can’t perform that action at this time.
0 commit comments