aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-24 01:03:01 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-24 01:03:01 +0200
commit6807e951ae8faf7c3ba4c9b0b819864f35cb1ec5 (patch)
tree67a9ed6147b44429b4e7ff7fc75891dc384f04c8
parent9e8a3287c8fe00b919b7964d2e287e6c7b5f308b (diff)
downloadEpisodeBrowser-6807e951ae8faf7c3ba4c9b0b819864f35cb1ec5.tar.gz
Statically embed standard library.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1794dab..83c0360 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PL = pl/cfg.pl pl/episode_data.pl pl/local_episodes.pl pl/track_episodes.pl
CL = swipl-ld
CLFLAGS = -DUNICODE -D_UNICODE
CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -O2
-CLFLAGS += -ld-options,-mwindows -lcomctl32 -luxtheme
+CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32 -luxtheme
all: showdeps b/$(EXE)
cp b/$(EXE) "C:\Users\John\Desktop\Delat"