rust/src/rt/libuv-auto-clean-trigger
Alex Crichton 9d59e358d9 uv: Suppress a warning by using an absolute path
Turns out libuv's build system doesn't like us telling them that the build
directory is a relative location, as it always spits out a warning about a
circular dependency being dropped. By using an absolute path, turns out the
warnings isn't spit out, who knew?

Closes #11067
2013-12-22 22:30:51 -08:00

2 lines
79 B
Text

# Change the contents of this file to force a full rebuild of libuv
2013-12-23