conda-forge / zstd-feedstock

A conda-smithy repository for zstd.
BSD 3-Clause "New" or "Revised" License
2 stars 26 forks source link

copy .dll to LIBRARY_BIN #6

Closed horta closed 6 years ago

horta commented 6 years ago

Examples from other libraries:

%LIBRARY_LIB%/libbz2.lib        -> %LIBRARY_BIN%/libbz2.dll
%LIBRARY_LIB%/libbz2_static.lib

%LIBRARY_LIB%/libcurl.lib       -> %LIBRARY_BIN%/libcurl.dll
%LIBRARY_LIB%/libcurl.exp

%LIBRARY_LIB%/libxml2.lib       -> %LIBRARY_BIN%/libxml2.dll
%LIBRARY_LIB%/libxml2_a.lib
%LIBRARY_LIB%/libxml2_a_dll.lib
conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

isuruf commented 6 years ago

@conda-forge-admin, please rerender

horta commented 6 years ago

Thanks a lot!