Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Dec 22, 2019
1 parent 66d960b commit f6e9954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/msvc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ langja-install:
IF NOT EXIST "$(VIM_INSTALL_DIR)\doc" MD "$(VIM_INSTALL_DIR)\doc"
IF NOT EXIST "$(VIM_INSTALL_DIR)\tutor" MD "$(VIM_INSTALL_DIR)\tutor"
cd "$(LANGJA_DIR)"
make test
make LANG=C test
-COPY src\po\ja.mo "$(VIM_INSTALL_DIR)\lang\ja\LC_MESSAGES\vim.mo"
-COPY src\po\ja.euc-jp.mo "$(VIM_INSTALL_DIR)\lang\ja.euc-jp\LC_MESSAGES\vim.mo"
-COPY src\po\ja.sjis.mo "$(VIM_INSTALL_DIR)\lang\ja.sjis\LC_MESSAGES\vim.mo"
Expand Down

0 comments on commit f6e9954

Please sign in to comment.