Skip to content

Commit

Permalink
Makefile.am: don't use -lshlwapi to build jq on WIN32
Browse files Browse the repository at this point in the history
It does not need it, only libjq needs this.
  • Loading branch information
emanuele6 committed Dec 11, 2023
1 parent 84e19e5 commit 70d155a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ jq_SOURCES = src/main.c src/version.h
jq_LDFLAGS = -static-libtool-libs
jq_LDADD = libjq.la -lm

if WIN32
jq_LDADD += -lshlwapi
endif

if ENABLE_ALL_STATIC
jq_LDFLAGS += -all-static
endif
Expand Down

0 comments on commit 70d155a

Please sign in to comment.