fix Mach-O shared library build

Add extern to kChunks[] in muxi.h.
Fixes:
ld: duplicate symbol _kChunks in .libs/muxinternal.o and .libs/muxedit.o

Change-Id: Ibeb060f7fdec5fe904097a2443f0cda2f7ede884
This commit is contained in:
James Zern 2012-01-17 16:43:07 -08:00
parent 241ddd38e2
commit b309a6f901

View File

@ -103,7 +103,7 @@ typedef struct {
uint32_t chunkSize; uint32_t chunkSize;
} ChunkInfo; } ChunkInfo;
const ChunkInfo kChunks[LIST_ID + 1]; extern const ChunkInfo kChunks[LIST_ID + 1];
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Helper functions. // Helper functions.