mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
Use Cygwin instead of CYGWIN
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
# Cygwin Poco*.dll should be on PATH
|
||||
ifeq ($(OSNAME), CYGWIN)
|
||||
ifeq ($(OSNAME), Cygwin)
|
||||
PATH :=$(LIBPATH):$(PATH)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user