Skip to content

Commit

Permalink
tmp test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Jul 4, 2024
1 parent 3763fc7 commit b5ecf70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ shlib-exports-dylib.txt: libhts.dylib
nm -Ug libhts.dylib | awk '$$2 == "T" { sub("^_", "", $$3); print $$3 }' | sort -u -o $@

shlib-exports-dll.txt: hts.dll.a
nm -g hts.dll.a
nm -g hts.dll.a | awk '$$2 == "T" { print $$3 }' | sort -u -o $@

$(srcprefix)htslib.map: libhts.so
Expand Down

0 comments on commit b5ecf70

Please sign in to comment.