diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-15 01:56:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-15 01:56:36 +0300 |
commit | 4eb9a47a4b4a14fa8e427d888c02faae33bc8900 (patch) | |
tree | 7c95bdfca1ad00018b4f4036fb89b478b3afe2bc /RepositoryFixes.mk | |
parent | 7ce4a597d3c48939e7dd364965f1607eac122439 (diff) |
The graphite2 library gets built statically with WNTGCC at least
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index f056b8d439da..7fce10d14bb6 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -56,6 +56,7 @@ gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2$(gb_Library_IARCEXT) gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES)) +gb_Library_FILENAMES := $(patsubst graphite2_off:%.dll.a,graphite2_off:%.a,$(gb_Library_FILENAMES)) # Libraries not provided by mingw(-w64), available only in the Windows # SDK. So if these actually are liked with somewhere, we can't |