mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 09:41:14 +00:00
(Pandora) Remind packager to include libretro cores.
This commit is contained in:
parent
d8fca2014e
commit
7a71f4dce6
@ -5,11 +5,13 @@
|
||||
PNDDIR=./pandora
|
||||
BINDIR=$(PNDDIR)/bin
|
||||
|
||||
all: retroarch
|
||||
all: $(BINDIR)/retroarch
|
||||
mkdir -p $(PNDDIR)/lib
|
||||
@echo "Put libretro-*.so files in $(PNDDIR)/lib/ before making pnd!"
|
||||
|
||||
pnd: retroarch.pnd
|
||||
|
||||
install: $(BINDIR)/retroarch $(BINDIR)/retroarch-joyconfig $(PNDDIR)/readme.html
|
||||
install: all $(BINDIR)/retroarch-joyconfig $(PNDDIR)/readme.html
|
||||
|
||||
retroarch:
|
||||
./configure --prefix=$PND_BASEDIR/$PRJ --disable-ffmpeg --disable-cg --disable-xml --disable-python --disable-libpng --disable-pulse --disable-opengl
|
||||
|
Loading…
x
Reference in New Issue
Block a user