Closed seanyen closed 4 years ago
Recently I came across this issue: https://github.com/conda-forge/yaml-cpp-feedstock/pull/6#issuecomment-608992150
That makes me wonder why we are installing rg.exe to %PREFIX%\bin instead of %LIBRARY_PREFIX%\bin. Should we move it to %LIBRARY_PREFIX%?
%PREFIX%\bin
%LIBRARY_PREFIX%\bin
%LIBRARY_PREFIX%
cc @conda-forge/ripgrep
Recently I came across this issue: https://github.com/conda-forge/yaml-cpp-feedstock/pull/6#issuecomment-608992150
That makes me wonder why we are installing rg.exe to
%PREFIX%\bin
instead of%LIBRARY_PREFIX%\bin
. Should we move it to%LIBRARY_PREFIX%
?