Skip to content

Commit baf07a6

Browse files
.github/workflows/abismal_release_macos.yml: trying to tell htslib where libdeflate is when building
1 parent d09e5ec commit baf07a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/abismal_release_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
--disable-lzma \
4646
--disable-ref-cache \
4747
--with-libdeflate \
48-
LDFLAGS="-L/usr/local/lib"
48+
LDFLAGS="-L/opt/abismal/lib" \
49+
CPPFLAGS="-I/opt/abismal/include"
4950
make -j4 CFLAGS="-Wall -O2 -fvisibility=hidden" libhts.a
5051
sudo cp libhts.a /opt/abismal/lib
5152
- name: Build abismal

0 commit comments

Comments
 (0)