Codebase list mozc / bb587cd
Update d/rules Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 3 years ago
1 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4343 cd src ; \
4444 GYP_DEFINES="use_libprotobuf=1 use_libzinnia=1 use_libabseil=1" python3 build_mozc.py gyp \
4545 --gypdir=/usr/bin --target_platform=Linux --verbose ; \
46 python3 build_mozc.py build $(TARGETS) $(TARGET_FCITX) $(TARGET_FCITX5) $(TARGET_UIM) -c Release ; \
47 mv out_linux out_linux_dynamic
46 python3 build_mozc.py build $(TARGETS) -c Release
47 cd src ; \
48 python3 build_mozc.py build $(TARGET_FCITX) -c Release
49 cd src ; \
50 python3 build_mozc.py build $(TARGET_FCITX5) -c Release
51 cd src ; \
52 python3 build_mozc.py build $(TARGET_UIM) -c Release
53 mv src/out_linux src/out_linux_dynamic
4854
4955 override_dh_auto_test:
5056 # cd src; python build_mozc.py runtests -c Debug