mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Remove useless enormous file from Ruby in libretro builds
This commit is contained in:
parent
d099f485fd
commit
54f9055ee1
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ $(LIBDIR)/ruby.wasm $(OUTDIR)/mkxp-retro-dist.zip.c: $(DOWNLOADS)/ruby/Makefile
|
|||
make -j$(NPROC); \
|
||||
make install DESTDIR=$(OUTDIR); \
|
||||
mv $(OUTDIR)/mkxp-retro-dist/bin/ruby $(LIBDIR)/ruby.wasm; \
|
||||
rm $(OUTDIR)/mkxp-retro-dist/lib/libruby-static.a; \
|
||||
cd $(OUTDIR)/mkxp-retro-dist; \
|
||||
zip -r $(OUTDIR)/mkxp-retro-dist.zip *; \
|
||||
rm -r $(OUTDIR)/mkxp-retro-dist; \
|
||||
|
|
Loading…
Add table
Reference in a new issue