diff options
author | Andrew Rist <arist@apache.org> | 2012-02-05 20:51:44 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2012-02-05 20:51:44 +0000 |
commit | 462931a5f9d05865e74dc93953a2995488157328 (patch) | |
tree | 22f741be5bb7817640e318e5c29ab8ebcd11aaec | |
parent | c92f39f6650a5891d012b49711bf65c44ec13b30 (diff) |
GPERF needs to be set for cygwin on Windows, also.
Breaks compile of writerfilter ooxml if not set
-rw-r--r-- | set_soenv.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in index 8a0ab2c27298..6fdf488cb02f 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -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"); |