diff options
| author | OpportunityLiu <[email protected]> | 2019-08-20 14:38:39 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-08-20 14:38:39 +0800 |
| commit | a0d6bcacb190ce0538ded1c15336b6abdafbb7c2 (patch) | |
| tree | 1249c19309cdc30f3a99c9dd7180c7ca5065d798 /xmake/core/project/target.lua | |
| parent | 22a22766a667c3273fc4a4a2e58ce55aba8466b3 (diff) | |
support set_runenv
Diffstat (limited to 'xmake/core/project/target.lua')
| -rw-r--r-- | xmake/core/project/target.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index 8011ff313..7cf262262 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -1674,11 +1674,12 @@ function target.apis() -- target.set_xxx "target.set_values" , "target.set_configvar" + , "target.set_runenv" -- target.add_xxx , "target.add_values" , "target.add_runenvs" } - , pathes = + , pathes = { -- target.set_xxx "target.set_targetdir" |
