diff options
| author | ruki <[email protected]> | 2017-02-09 09:22:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-09 09:22:25 +0800 |
| commit | fd16730ec4846ea1acf8cb03d91f0a059d98fddf (patch) | |
| tree | 2e4b09d80a62b0edb2dd4ff0f1a035dd6e591503 /xmake/actions/build/main.lua | |
| parent | 7bb2d3b070b62c5fce22276c92f342f2647b0a39 (diff) | |
add add_frameworks api
Diffstat (limited to 'xmake/actions/build/main.lua')
| -rwxr-xr-x | xmake/actions/build/main.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/actions/build/main.lua b/xmake/actions/build/main.lua index 3f8dc460d..14e73b8f7 100755 --- a/xmake/actions/build/main.lua +++ b/xmake/actions/build/main.lua @@ -47,10 +47,8 @@ function main() -- rebuild? if option.get("rebuild") or cache.get("rebuild") then - table.dump(os.match("$(buildir)/**", 'a')) -- clean it first task.run("clean", {target = targetname}) - table.dump(os.match("$(buildir)/**", 'a')) -- reset state cache.set("rebuild", nil) |
