about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-06-28 10:06:42 -0600
committerAlex Crichton <alex@alexcrichton.com>2018-06-30 13:17:49 -0700
commit3d6877496866472e1e9af9495d6989ee7ae866ef (patch)
treec3b6abd959832b575ffee346a6010ac2633696fb /src/libstd
parentad97f8b491422d947c1c97d8e9f1bfecdb7f47ba (diff)
downloadrust-3d6877496866472e1e9af9495d6989ee7ae866ef.tar.gz
rust-3d6877496866472e1e9af9495d6989ee7ae866ef.zip
Notice non-toplevel dll dependencies in rustbuild
Previously Cargo would hardlink all the dependencies into the "root" as
foo.dll and the `toplevel` array would get populated with these, but
that's no longer the case. Instead, cargo will only do this for the
final artifacts/final libraries.

Rustbuild is updated to continue looping through the artifacts mentioned
instead of early-returning. This should fix the bug.

@alexcrichton found the cause of this and suggested this fix.
Diffstat (limited to 'src/libstd')
0 files changed, 0 insertions, 0 deletions