diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:32 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:32 -0700 |
| commit | 94c1b1f30c817d83d5cd22c5509364a61e18dfec (patch) | |
| tree | 459409e040b3ef6a8519a1bfde9844dedd74e6ff | |
| parent | 5fae40c33ac098fa28af33122eee179e8a40e494 (diff) | |
| parent | 29424ee2194f7e0222b2ef803d7f4a41b83c6637 (diff) | |
| download | rust-94c1b1f30c817d83d5cd22c5509364a61e18dfec.tar.gz rust-94c1b1f30c817d83d5cd22c5509364a61e18dfec.zip | |
rollup merge of #17544 : eklitzke/master
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 2391f222913..1a2a79cb36b 100755 --- a/configure +++ b/configure @@ -458,7 +458,7 @@ valopt release-channel "dev" "the name of the release channel to build" # On windows we just store the libraries in the bin directory because # there's no rpath. This is where the build system itself puts libraries; # --libdir is used to configure the installation directory. -# FIXME: Thise needs to parameterized over target triples. Do it in platform.mk +# FIXME: This needs to parameterized over target triples. Do it in platform.mk CFG_LIBDIR_RELATIVE=lib if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ] then |
