Commit 6873c7ea authored by Aaron Burghardt's avatar Aaron Burghardt

Pass flag '-avoid-version' to libtool for libplist++ in addition to libplist for WIN32.

parent cc907c0f
...@@ -43,4 +43,5 @@ libplist___la_SOURCES = Node.cpp \ ...@@ -43,4 +43,5 @@ libplist___la_SOURCES = Node.cpp \
if WIN32 if WIN32
libplist_la_LDFLAGS += -avoid-version libplist_la_LDFLAGS += -avoid-version
libplist___la_LDFLAGS += -avoid-version
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment