]> git.proxmox.com Git - cargo.git/commitdiff
Re-attempt to fix the nightly windows installer
authorAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 20:09:37 +0000 (13:09 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 20:09:37 +0000 (13:09 -0700)
src/install.sh

index 79e7a3210c2fa6b68c841ae6cd0fd0eec450b92c..89b6e211756f1a720de0a277631f9958a7e76afd 100755 (executable)
@@ -275,15 +275,7 @@ OPTIONS=""
 BOOL_OPTIONS=""
 VAL_OPTIONS=""
 
-# 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
 CFG_LIBDIR_RELATIVE=lib
-if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ]
-then
-    CFG_LIBDIR_RELATIVE=bin
-fi
 
 flag uninstall "only uninstall from the installation prefix"
 opt verify 1 "verify that the installed binaries run correctly"