rollup merge of #17544 : eklitzke/master
This commit is contained in:
commit
94c1b1f30c
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
# 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;
|
# there's no rpath. This is where the build system itself puts libraries;
|
||||||
# --libdir is used to configure the installation directory.
|
# --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
|
CFG_LIBDIR_RELATIVE=lib
|
||||||
if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ]
|
if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue