* check for cygdriver in PATH to check for Cygwin, the old detection

method didn't work with recent Cygwin
This commit is contained in:
peter 2003-05-13 14:45:17 +00:00
parent cca04655a6
commit 33a6f3a12a
2 changed files with 195 additions and 195 deletions

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@ inOS2=1
endif
endif
else
ifneq ($(findstring cygwin,$(MACHTYPE)),)
ifneq ($(findstring cygdrive,$(PATH)),)
inCygWin=1
endif
endif