[
https://issues.apache.org/jira/browse/THRIFT-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-5810.
--------------------------------
Fix Version/s: 0.21.0
Assignee: Alexander Kurz
Resolution: Fixed
> Wrong installation path for static MSVC libs.
> ---------------------------------------------
>
> Key: THRIFT-5810
> URL: https://issues.apache.org/jira/browse/THRIFT-5810
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Affects Versions: 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.20.0
> Reporter: Alexander Kurz
> Assignee: Alexander Kurz
> Priority: Minor
> Fix For: 0.21.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> With THRIFT-5109 the LIB_INSTALL_DIR for MSVC libs chanaged from lib/ to bin/
> regardless if shared or static libraries were built.
> While for shared MSVC libraries, installation to bin/ folder is correct, the
> commonly used installation path of static libraries (not only for MSVC) is
> the lib/ folder. The changes made in THRIFT-5109 do not distinguish between
> static and shared MSVC libs.
> Static MSVC libraries should be installed into the lib/ folder, as it has
> been done in 0.13.0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)