Skip to content

Commit

Permalink
Makefile.master: add --cflags-only-other to MAGICK_LINKFLAGS to get -…
Browse files Browse the repository at this point in the history
…fopenmp
  • Loading branch information
devernay committed Apr 4, 2024
1 parent a31cc7b commit ac12134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VPATH += $(SRCDIR)/SupportExt

# ImageMagick
MAGICK_CXXFLAGS = $(shell pkg-config Magick++ --cflags)
MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --libs --static)
MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --cflags-only-other --libs --static)

#librevenge
REVENGE_CXXFLAGS = $(shell pkg-config librevenge-0.0 --cflags)
Expand Down

0 comments on commit ac12134

Please sign in to comment.