Skip to content

Commit ac12134

Browse files
authored
Makefile.master: add --cflags-only-other to MAGICK_LINKFLAGS to get -fopenmp
1 parent a31cc7b commit ac12134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VPATH += $(SRCDIR)/SupportExt
77

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

1212
#librevenge
1313
REVENGE_CXXFLAGS = $(shell pkg-config librevenge-0.0 --cflags)

0 commit comments

Comments
 (0)