summaryrefslogtreecommitdiff
path: root/apps/examples/romfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/romfs/Makefile')
-rw-r--r--apps/examples/romfs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile
index f5f90e3b2..1db45765a 100644
--- a/apps/examples/romfs/Makefile
+++ b/apps/examples/romfs/Makefile
@@ -48,7 +48,11 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = $(APPDIR)/libapps$(LIBEXT)
+ifeq ($(WINTOOL),y)
+ BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
+else
+ BIN = "$(APPDIR)/libapps$(LIBEXT)"
+endif
ROOTDEPPATH = --dep-path .