Codebase list mozc / 9742087
Update debian/rules Add path of build directory. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 12 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 * Remove mozc-el-issue76.patch. Applied to upstream.
44 * Update patches/support-kfreebsd.patch.
55 Support build with libzinnia.
6 * Update debian/rules.
7 Add path of build directory.
68
79 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 06 Jul 2011 23:01:42 +0900
810
3030 dh --with quilt $@
3131
3232 override_dh_auto_configure:
33 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 --os=$(BUILD_OS)
33 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
34 --os=$(BUILD_OS) --build_base=$(BUILD_DIR)
3435
3536 override_dh_auto_build:
3637 python build_mozc.py build_tools -c Release --jobs=1