Codebase list mozc / 9ad9e88
Add GYP_DEFINES="use_libprotobuf=1" instead of --use_libprotobuf Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3535 dh $@
3636
3737 override_dh_auto_configure:
38 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
39 --os=${BUILD_OS} --build_base=$(BUILD_DIR) \
40 --use_libprotobuf
38 GYP_DEFINES="use_libprotobuf=1" python build_mozc.py gyp \
39 --gypdir=/usr/bin --channel_dev=0 \
40 --os=${BUILD_OS} --build_base=$(BUILD_DIR)
4141
4242 override_dh_auto_build:
4343 V=1 python build_mozc.py build_tools -c Release --jobs=1