aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-18 02:30:21 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-18 02:30:21 +0200
commitc501708dcd7a87e632c3db95bb4ffadadd847eb2 (patch)
treeef41cf7406b6d303709b600fd2f88c669543572b
parent6faacc212ea17f98f3a1d26499d9a317208b9a0a (diff)
downloadEpisodeBrowser-c501708dcd7a87e632c3db95bb4ffadadd847eb2.tar.gz
Link with Wininet library.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb52303..d2c6a2f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CL = swipl-ld
CLFLAGS = -DUNICODE -D_UNICODE
CLFLAGS += -cc-options,-std=c++17 -O2
CLFLAGS += -Wall -Wextra -Wpedantic -Wno-missing-field-initializers -Wno-parentheses
-CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32
+CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32 -lwininet
CLFLAGS += -DDEBUG
all: showdeps b/$(EXE)