提交 2582f1cf 编写于 作者: G guolihui

fix typo: Moveing to Moving

上级 5f5c928f
......@@ -61,7 +61,7 @@ def buildNative(isRelease, abi):
libsDir = joinDir(projectRoot, "libcocos2dx", "libs", abi)
jniLibsDir = joinDir(projectRoot, "libcocos2dx", "src", "main", "libcocos2dx", abi)
print "====> Moveing *.so to jniLibs\n"
print "====> Moving *.so to jniLibs\n"
if os.path.exists(jniLibsDir):
shutil.rmtree(jniLibsDir)
shutil.move(libsDir, jniLibsDir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册