Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Feb 14, 2023
1 parent fc8bc8e commit a5960ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else ifeq ($(this_svgren_backend),cairo)
this_ldlibs += `pkg-config --libs cairo`
endif

this_ldlibs += -lsvgdom -lstdc++ -lm
this_ldlibs += -lsvgdom -lutki -lstdc++ -lm

this_cxxflags += $(addprefix -I,$(CONAN_INCLUDE_DIRS))
this_cxxflags_test += $(addprefix -I,$(CONAN_INCLUDE_DIRS))
Expand Down

0 comments on commit a5960ad

Please sign in to comment.