mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Copy nspr libraries into platform build directory to allow running without library path
setup.
This commit is contained in:
parent
39a8b22797
commit
1a5ca5b2e8
@ -254,6 +254,7 @@ install::
|
||||
$(NSINSTALL) -m 644 ../doc/*.gif ../doc/*.html ../doc/*.htm $(PLATFORM)/doc
|
||||
$(NSINSTALL) -m 644 $(XPCOM_LIBS) $(PLATFORM)
|
||||
$(NSINSTALL) -m 644 $(I18N_COMPONENTS) $(PLATFORM)/components
|
||||
$(NSINSTALL) -m 644 $(NSPR_LIBS) $(PLATFORM)
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
$(NSINSTALL) -m 775 start-psm $(PLATFORM)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user