summaryrefslogtreecommitdiff
path: root/doc/multi-threaded.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/multi-threaded.c')
-rw-r--r--doc/multi-threaded.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/multi-threaded.c b/doc/multi-threaded.c
index ac250198..c6a3d652 100644
--- a/doc/multi-threaded.c
+++ b/doc/multi-threaded.c
@@ -16,7 +16,7 @@
// gcc -g -o build/debug/example-mt -I fitz doc/multi-threading.c \
// build/debug/libfitz.a build/debug/libfreetype.a \
// build/debug/libopenjpeg.a build/debug/libjbig2dec.a \
-// build/debug/libjpeg.a -lpng -lm -lpthread
+// build/debug/libjpeg.a -lpthread -lm
//
// build/debug/example-mt /path/to/document.pdf
//