mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
stupid fix for #7190. create default plugins directory in the executable directory. this causes searching for 3.0 and 4.0 plugins to not occur. will prevent java crashes and also speed up launch time.
This commit is contained in:
parent
def6132e8d
commit
5f3526c72b
@ -38,3 +38,7 @@ endif
|
||||
#//------------------------------------------------------------------------
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
$(DIST)/bin/plugins:
|
||||
mkdir $(DIST)/bin/plugins
|
||||
|
||||
export:: $(DIST)/bin/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user