mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
Fix issue on win (nw)
This commit is contained in:
parent
1adc64573f
commit
54d04df9af
2
makefile
2
makefile
@ -754,7 +754,7 @@ ifeq (posix,$(SHELLTYPE))
|
|||||||
COPY = $(SILENT) cp -fR "$(1)" "$(2)"
|
COPY = $(SILENT) cp -fR "$(1)" "$(2)"
|
||||||
else
|
else
|
||||||
MKDIR = $(SILENT) mkdir "$(subst /,\\,$(1))" 2> nul || exit 0
|
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
|
endif
|
||||||
|
|
||||||
GENDIR = $(BUILDDIR)/generated
|
GENDIR = $(BUILDDIR)/generated
|
||||||
|
Loading…
Reference in New Issue
Block a user