Skip to content

Commit

Permalink
Merge pull request #3 from isinaltinkaya/fix_workflow
Browse files Browse the repository at this point in the history
[build] Change libs order
  • Loading branch information
isinaltinkaya committed Dec 26, 2023
2 parents 4f647df + 187e6d4 commit a3342af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit a3342af

Please sign in to comment.