diff options
| author | ruki <[email protected]> | 2015-12-28 08:52:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-28 08:52:20 +0800 |
| commit | e0dab0305d1967b57b12d2deb94e4253bf7cde06 (patch) | |
| tree | 4210f509a4684bd552333fd283a54d29c528b648 /xmake/scripts/base/rule.lua | |
| parent | f68d912cc271ec162b07ca68538d7f3689415b54 (diff) | |
add kind configure and remove set_targetname api
Diffstat (limited to 'xmake/scripts/base/rule.lua')
| -rw-r--r-- | xmake/scripts/base/rule.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/scripts/base/rule.lua b/xmake/scripts/base/rule.lua index 7e83aee80..b3dc1825c 100644 --- a/xmake/scripts/base/rule.lua +++ b/xmake/scripts/base/rule.lua @@ -109,11 +109,6 @@ function rule.targetfile(target_name, target, buildir) local targetdir = target.targetdir or buildir or config.get("buildir") assert(targetdir and type(targetdir) == "string") - -- modify target name? - if target.targetname then - target_name = target.targetname - end - -- the target file name local filename = rule.filename(target_name, target.kind) assert(filename) |
