Skip to content

Commit

Permalink
tlbuild: added missing linker flag (-ldl)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Jan 19, 2024
1 parent 1cd08c7 commit 22396c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ if TEXLIVE_BUILD
dvisvgm_LDADD += \
$(KPATHSEA_LIBS) \
$(FREETYPE2_LIBS) \
$(ZLIB_LIBS)
$(ZLIB_LIBS) \
$(LIBGS_LIBS)
else
dvisvgm_LDADD += \
$(FREETYPE_LIBS) \
Expand Down

0 comments on commit 22396c3

Please sign in to comment.