Skip to content

Commit 6c63482

Browse files
committed
Enable building on Cygwin.
The syslog ext builds fine there. Signed-off-by: Jeremy Drake <github@jdrake.com>
1 parent 073e727 commit 6c63482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/syslog/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def generate_dummy_makefile
1111
end
1212

1313
def windows?
14-
RbConfig::CONFIG["host_os"] =~ /mswin|mingw|cygwin/
14+
RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
1515
end
1616

1717
if windows?

0 commit comments

Comments
 (0)