diff --git a/tools/platforms/AndroidPlatform.hx b/tools/platforms/AndroidPlatform.hx index d60835d812..47095c2280 100644 --- a/tools/platforms/AndroidPlatform.hx +++ b/tools/platforms/AndroidPlatform.hx @@ -208,7 +208,7 @@ class AndroidPlatform extends PlatformTarget System.runCommand("", "haxe", haxeParams); - if (noOutput) return; + if (noOutput) continue; CPPHelper.compile(project, targetDirectory + "/obj", cppParams);