| Index: build/SConscript.main
|
| ===================================================================
|
| --- build/SConscript.main (revision 5165)
|
| +++ build/SConscript.main (working copy)
|
| @@ -71,6 +71,7 @@
|
| BSDIFF_DIR = '$THIRD_PARTY_DIR/bsdiff',
|
| BSPATCH_DIR = '$THIRD_PARTY_DIR/bspatch',
|
| BZIP2_DIR = '$THIRD_PARTY_DIR/bzip2',
|
| + DMG_FP_DIR = '$THIRD_PARTY_DIR/dmg_fp',
|
| ICU38_DIR = '$THIRD_PARTY_DIR/icu38',
|
| LIBEVENT_DIR = '$THIRD_PARTY_DIR/libevent',
|
| LIBJPEG_DIR = '$THIRD_PARTY_DIR/libjpeg',
|
| @@ -211,6 +212,7 @@
|
| sconscripts.extend([
|
| '$BSDIFF_DIR/SConscript',
|
| '$BZIP2_DIR/bzip2.scons',
|
| + '$DMG_FP_DIR/dmg_fp.scons',
|
| '$ICU38_DIR/icu38.scons',
|
| '$LIBPNG_DIR/libpng.scons',
|
| '$LZMA_SDK_DIR/SConscript',
|
|
|