mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-03 07:52:29 +02:00
Use Cygwin instead of CYGWIN
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
b4e2757517
commit
47a58667bf
@ -9,7 +9,7 @@
|
|||||||
include $(POCO_BASE)/build/rules/global
|
include $(POCO_BASE)/build/rules/global
|
||||||
|
|
||||||
# Cygwin Poco*.dll should be on PATH
|
# Cygwin Poco*.dll should be on PATH
|
||||||
ifeq ($(OSNAME), CYGWIN)
|
ifeq ($(OSNAME), Cygwin)
|
||||||
PATH :=$(LIBPATH):$(PATH)
|
PATH :=$(LIBPATH):$(PATH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user