[DEBUG] error build android

This commit is contained in:
Edouard DUPIN 2014-06-16 07:51:24 +02:00
parent 76e20869b5
commit fa6116fb7a
3 changed files with 3 additions and 3 deletions

2
build

@ -1 +1 @@
Subproject commit c73da6c4aca375ba3d9ed391d7052e119daa9a90
Subproject commit 523ffb2f517b96b1f0de98340e3806ac27904575

2
external/eaudiofx vendored

@ -1 +1 @@
Subproject commit 18c2370065e3bc24681b009ca835a746496e1553
Subproject commit 361840c7f732f2446631c6619e9388bbd0852297

View File

@ -215,7 +215,7 @@ def create(target):
java_tmp_src = java_tmp_dir + "org/ewol/EwolConstants"
lutinMultiprocess.run_command("javac " + java_tmp_src + ".java")
lutinMultiprocess.run_command("cd " + java_tmp_dir + " && javah org.ewol.EwolConstants")
tools.copy_file(java_tmp_dir + "org_ewol_EwolConstants.h", cpp_tmp_dir + "org_ewol_EwolConstants.h", True)
tools.copy_file(java_tmp_dir + "org_ewol_EwolConstants.h", cpp_tmp_dir + "org_ewol_EwolConstants.h", force=True)
tools.remove_file(java_tmp_src + ".class")
elif target.name=="Windows":
myModule.add_module_depend("glew")