mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 11:30:35 +02:00
* check for cygdriver in PATH to check for Cygwin, the old detection
method didn't work with recent Cygwin
This commit is contained in:
parent
cca04655a6
commit
33a6f3a12a
File diff suppressed because it is too large
Load Diff
@ -50,7 +50,7 @@ inOS2=1
|
||||
endif
|
||||
endif
|
||||
else
|
||||
ifneq ($(findstring cygwin,$(MACHTYPE)),)
|
||||
ifneq ($(findstring cygdrive,$(PATH)),)
|
||||
inCygWin=1
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user