Skip to content

Commit c86f9b5

Browse files
committed
fix: modify include order for system and local htslib headers
1 parent 251a918 commit c86f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ freebsd_ci_task:
88
pkg install -y bcftools gmake py311-cython3 py311-mypy py311-pytest samtools
99
1010
env:
11-
CC: "clang -I/usr/local/include"
11+
CC: "clang -Ihtslib -I/usr/local/include"
1212
MAKE: "gmake"
1313
REF_PATH: ":"
1414

0 commit comments

Comments
 (0)