mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed issue #112.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user