Fix issue on win (nw)

This commit is contained in:
Miodrag Milanovic 2016-02-28 15:18:50 +01:00
parent 1adc64573f
commit 54d04df9af

View File

@ -754,7 +754,7 @@ ifeq (posix,$(SHELLTYPE))
COPY = $(SILENT) cp -fR "$(1)" "$(2)"
else
MKDIR = $(SILENT) mkdir "$(subst /,\\,$(1))" 2> nul || exit 0
COPY = $(SILENT) copy /Y "$(subst /,\\,$(1))" "$(subst /,\\,$(2))" > 2> nul || exit 0
COPY = $(SILENT) copy /Y "$(subst /,\\,$(1))" "$(subst /,\\,$(2))" > nul || exit 0
endif
GENDIR = $(BUILDDIR)/generated