diff options
| author | ruki <[email protected]> | 2015-06-29 11:11:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-29 11:11:22 +0800 |
| commit | bb38407c1a929f2b098022b1e3d9f1dc75798dbf (patch) | |
| tree | 9cc0b395e7a6613b97e07c8741ec4822d5d3218c /xmake/scripts/base/rule.lua | |
| parent | de65696cf95ff6c266d3b0174c9c10e3711bb643 (diff) | |
package binary and static target
Diffstat (limited to 'xmake/scripts/base/rule.lua')
| -rw-r--r-- | xmake/scripts/base/rule.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/scripts/base/rule.lua b/xmake/scripts/base/rule.lua index bf28eb098..bafc054bc 100644 --- a/xmake/scripts/base/rule.lua +++ b/xmake/scripts/base/rule.lua @@ -73,8 +73,8 @@ function rule.config_h(target) return config_h end --- get the temporary package directory -function rule.packagedir(target_name, arch) +-- get the temporary backup directory for package +function rule.backupdir(target_name, arch) -- the temporary directory local tmpdir = os.tmpdir() |
