Skip to content

Commit

Permalink
Fix NaCl build failure caused by 276fa5c.
Browse files Browse the repository at this point in the history
This is a follow up CL for 276fa5c,
which forgot to convert zlib from DEPS to git submodule.

With this CL, NaCl Mozc can be built again.

BUG=
TEST=compile nacl-mozc
REF_BUG=
REF_CL=
  • Loading branch information
yukawa committed Sep 20, 2015
1 parent 06590cf commit 0943e51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "src/third_party/zinnia"]
path = src/third_party/zinnia
url = https://github.com/taku910/zinnia.git
[submodule "src/third_party/zlib/v1_2_8"]
path = src/third_party/zlib/v1_2_8
url = https://github.com/madler/zlib.git
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2123
BUILD=2124
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down
1 change: 1 addition & 0 deletions src/third_party/zlib/v1_2_8
Submodule v1_2_8 added at 508932

0 comments on commit 0943e51

Please sign in to comment.