Skip to content

Commit d08ca1b

Browse files
.github/workflows/dnmtools_release_macos.yml: fixing LDADD to LDFLAGS and adding CPPFLAGS for building htslib with libdeflate
1 parent b4331ad commit d08ca1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dnmtools_release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
--disable-lzma \
4848
--disable-ref-cache \
4949
--with-libdeflate \
50-
LDADD="-L/opt/dnmtools/lib"
50+
LDFLAGS="-L/opt/dnmtools/lib" CPPFLAGS="-I/opt/dnmtools/include"
5151
make -j4 CFLAGS="-Wall -O2 -fvisibility=hidden" libhts.a
5252
sudo cp libhts.a /opt/dnmtools/lib
5353
- name: Build dnmtools

0 commit comments

Comments
 (0)