mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
fix the assertion at startup, and other breakage. because appshell is a component, we need to install
it into bin/components, and not bin. r=syd
This commit is contained in:
parent
f5da0acb64
commit
83d321361d
@ -116,7 +116,7 @@ LLIBS= \
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\$(DLLNAME).dll
|
||||
rm -f $(DIST)\bin\components\$(DLLNAME).dll
|
||||
|
Loading…
Reference in New Issue
Block a user