Fixed issue #112.

This commit is contained in:
Branimir Karadžić
2016-05-14 13:38:33 -07:00
parent a809fd36c6
commit e2ad6eea41

View File

@@ -100,7 +100,9 @@ function toolchain(_buildDir, _libDir)
location (path.join(_buildDir, "projects", _ACTION))
if _ACTION == "clean" then
os.rmdir(BUILD_DIR)
os.rmdir(_buildDir)
os.mkdir(_buildDir)
os.exit(1)
end
local androidPlatform = "android-14"