Kaydet (Commit) 462931a5 authored tarafından Andrew Rist's avatar Andrew Rist

GPERF needs to be set for cygwin on Windows, also.

Breaks compile of writerfilter ooxml if not set
üst c92f39f6
......@@ -2092,8 +2092,8 @@ if ( $platform =~ m/cygwin/ ) {
ToFile( "", $empty, "n");
}
# on Solaris, MacOSX and FreeBSD set GNUCOPY, GNUPATCH and GPERF
if ($platform =~ m/solaris|darwin|freebsd/)
# on Solaris, MacOSX and FreeBSD (and Windows) set GNUPATCH and GPERF
if ($platform =~ m/solaris|darwin|freebsd|cygwin/)
{
ToFile( "GNUPATCH", "@GNUPATCH@", "e");
ToFile( "GPERF", "@GPERF@", "e");
......
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