Skip to content

Commit

Permalink
Use Cygwin instead of CYGWIN
Browse files Browse the repository at this point in the history
Signed-off-by: FrancisANDRE <[email protected]>
  • Loading branch information
zosrothko committed Apr 1, 2016
1 parent b4e2757 commit 47a5866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PageCompiler/samples/HTTPTimeServer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 47a5866

Please sign in to comment.