2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-02 21:02:15 +00:00

Link against shared expat. Fixes #2123

[SVN r47719]
This commit is contained in:
Douglas Gregor
2008-07-23 15:23:53 +00:00
parent 3ea25dc783
commit 415b79eabc

View File

@@ -26,7 +26,7 @@ if [ modules.peek : EXPAT_INCLUDE ] && [ modules.peek : EXPAT_LIBPATH ]
optional_sources += graphml.cpp ;
optional_reqs += <include>$(EXPAT_INCLUDE)
<library-path>$(EXPAT_LIBPATH)
<find-static-library>expat
<find-shared-library>expat
;
}
else