mk: core has another level of directories with rt/io/net

This commit is contained in:
Brian Anderson 2013-04-22 21:27:24 -07:00
parent 8a2f9cae21
commit f4af40a1db
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ $(foreach target,$(CFG_TARGET_TRIPLES),\
CORELIB_CRATE := $(S)src/libcore/core.rc
CORELIB_INPUTS := $(wildcard $(addprefix $(S)src/libcore/, \
core.rc *.rs */*.rs */*/*rs))
core.rc *.rs */*.rs */*/*rs */*/*/*rs))
######################################################################
# Standard library variables