diff options
Diffstat (limited to 'set_soenv.in')
-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"); |