• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

nkfのGitリポジトリのfork


Commit MetaInfo

Revisãoba28847e91626d442e75095fe51f7d49ef1c2071 (tree)
Hora2012-03-16 07:03:54
AutorNARUSE, Yui <naruse@user...>
CommiterNARUSE, Yui

Mensagem de Log

Fix build for python.

Mudança Sumário

Diff

--- a/Makefile
+++ b/Makefile
@@ -37,11 +37,11 @@ perl:
3737
3838 python2:
3939 ( cd NKF.python2 ; \
40- $(PYTHON2) setup.py install )
40+ $(PYTHON2) setup.py build )
4141
4242 python3:
43- ( cd NKF.python2 ; \
44- $(PYTHON3) setup.py install )
43+ ( cd NKF.python3 ; \
44+ $(PYTHON3) setup.py build )
4545
4646 install:
4747 -$(MKDIR) $(prefix)/bin