Build the fuzzer on Windows
This commit is contained in:
parent
41212792c6
commit
2cb3a798ab
|
@ -171,12 +171,7 @@ STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,stage$(1),stage$(1), \
|
||||||
$$(CFG_RUSTC_FLAGS))
|
$$(CFG_RUSTC_FLAGS))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# FIXME: fuzzer only appears to work on unix at the moment.
|
FUZZ := stage1/fuzzer$(X)
|
||||||
ifdef CFG_UNIXY
|
|
||||||
FUZZ := stage1/fuzzer
|
|
||||||
else
|
|
||||||
FUZZ :=
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(call SREQ,0))
|
$(eval $(call SREQ,0))
|
||||||
$(eval $(call SREQ,1))
|
$(eval $(call SREQ,1))
|
||||||
|
|
Loading…
Reference in New Issue