From 20d1c0e250424cfba5a46864527fe82e724a00af Mon Sep 17 00:00:00 2001 From: Darren Alton Date: Tue, 3 Jul 2012 03:43:43 -0400 Subject: [PATCH] (Pandora) Prefer squashfs to iso9660 for building PND. --- Makefile.pandora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pandora b/Makefile.pandora index 8988a80bae..2de3efdf84 100644 --- a/Makefile.pandora +++ b/Makefile.pandora @@ -29,7 +29,7 @@ $(PNDDIR)/readme.html: README.md markdown README.md > $(PNDDIR)/readme.html retroarch.pnd: install - pnd_make -p retroarch.pnd -d $(PNDDIR)/ -x $(PNDDIR)/PXML.xml -i $(PNDDIR)/icon.png + pnd_make -c -p retroarch.pnd -d $(PNDDIR)/ -x $(PNDDIR)/PXML.xml -i $(PNDDIR)/icon.png clean: rm -f *.o