diff options
| author | ruki <[email protected]> | 2015-07-14 10:30:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-07-14 10:30:00 +0800 |
| commit | b08c998ba48775ed029fea31fed7963944b03dae (patch) | |
| tree | efdcf8ebea307f01b7cfe10f67c4771e6a2e0e35 /xmake/scripts/action/_install.lua | |
| parent | 441be85afd1b39ded4584d502c434c17d27ad93e (diff) | |
add uninstall for macosx and linux
Diffstat (limited to 'xmake/scripts/action/_install.lua')
| -rw-r--r-- | xmake/scripts/action/_install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_install.lua b/xmake/scripts/action/_install.lua index b7e392bb3..300f02f8d 100644 --- a/xmake/scripts/action/_install.lua +++ b/xmake/scripts/action/_install.lua @@ -119,7 +119,7 @@ function _install.done() target.outputdir = options.installdir end - -- done package + -- done install if not install.done(configs) then -- errors utils.error("install: failed!") |
