mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
New zlib linkage requires it in xpcom.xpi. Checking in for cls@seawood.org.
[b=41255, r=sgehani]
This commit is contained in:
parent
d2c7c21d1b
commit
56f0da834a
@ -24,7 +24,7 @@
|
||||
|
||||
#include "nsXIEngine.h"
|
||||
|
||||
#define CORE_LIB_COUNT 9
|
||||
#define CORE_LIB_COUNT 10
|
||||
static char sCoreLibs[ CORE_LIB_COUNT * 2 ][ 32 ] =
|
||||
{
|
||||
/* Archive Subdir File */
|
||||
@ -36,6 +36,7 @@ static char sCoreLibs[ CORE_LIB_COUNT * 2 ][ 32 ] =
|
||||
"bin/", "libplds4.so",
|
||||
"bin/", "libxpcom.so",
|
||||
"bin/", "libxpistub.so",
|
||||
"bin/", "libzlib.so",
|
||||
"bin/components/", "libxpinstall.so",
|
||||
"bin/components/", "libjar50.so"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user