Skip to content

Commit f2b9e75

Browse files
authored
Merge pull request #16 from jeremyd2019/enable-build-on-cygwin
Enable building on Cygwin.
2 parents 073e727 + 6c63482 commit f2b9e75

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)