Skip to content

Commit

Permalink
[build,test] Change libs order, keep systemwide HTSSRC in tests for s…
Browse files Browse the repository at this point in the history
…peed
  • Loading branch information
isinaltinkaya committed Dec 26, 2023
1 parent 9d4a4da commit a4eb562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -163,7 +163,7 @@ $(info [INFO] -> Updated CXXFLAGS to "$(CXXFLAGS)")


$(info [INFO] -> LIBS was "$(LIBS)")
LIBS := -lz -lm -lbz2 -llzma -lcurl -lpthread $(THIS_LIBHTS) $(THIS_CRYPTOLIB)
LIBS := $(THIS_LIBHTS) $(THIS_CRYPTOLIB) -lz -lm -lbz2 -llzma -lcurl -lpthread
$(info [INFO] -> Updated LIBS to "$(LIBS)")

$(info )
Expand Down Expand Up @@ -204,7 +204,7 @@ FLAGS := $(CPPFLAGS) $(CXXFLAGS)


# Versioning
VERSION = v0.4
VERSION = v0.4.1

ifneq ($(wildcard .git),)
VERSION := $(VERSION)-$(shell git describe --always)
Expand Down

0 comments on commit a4eb562

Please sign in to comment.