Skip to content

Build.PL: allow explicit definition of hts_include and hts_lib

Marek Szuba requested to merge github/fork/mkszuba/build-explicitpaths into master

Created by: mkszuba

On many modern systems libhts will be located in e.g. lib32 or lib64 instead of just lib. Accounting for all such scenarios in the build script would be seriously cumbersome so let us simply allow users to explicitly specify htslib include and lib directories.

Merge request reports