mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-06 18:12:55 +02:00
Delete /Dist/lib/ruby/gems if it exists for whatever reason
This commit is contained in:
parent
fe4e0c7cc5
commit
320386e98a
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ $(OUTDIR)/dist.zip: $(LIBDIR)/Dist/bin/ruby $(DOWNLOADS)/ruby/BSDL $(DOWNLOADS)/
|
|||
rm $(LIBDIR)/_Dist/lib/libruby-static.a
|
||||
rm -r $(LIBDIR)/_Dist/include
|
||||
rm -r $(LIBDIR)/_Dist/share
|
||||
rm -rf $(LIBDIR)/_Dist/lib/ruby/gems
|
||||
rm -r $(LIBDIR)/_Dist/lib/ruby/$(shell $(RUBY) -e 'puts "$(RUBY_VERSION)".split(".")[..1].join(".")').0/bundler
|
||||
rm -r $(LIBDIR)/_Dist/lib/ruby/$(shell $(RUBY) -e 'puts "$(RUBY_VERSION)".split(".")[..1].join(".")').0/rdoc
|
||||
rm -r $(LIBDIR)/_Dist/lib/ruby/$(shell $(RUBY) -e 'puts "$(RUBY_VERSION)".split(".")[..1].join(".")').0/rubygems
|
||||
|
|
Loading…
Add table
Reference in a new issue