summaryrefslogtreecommitdiff
path: root/xmake/core/project/target.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-08-20 14:38:39 +0800
committerOpportunityLiu <[email protected]>2019-08-20 14:38:39 +0800
commita0d6bcacb190ce0538ded1c15336b6abdafbb7c2 (patch)
tree1249c19309cdc30f3a99c9dd7180c7ca5065d798 /xmake/core/project/target.lua
parent22a22766a667c3273fc4a4a2e58ce55aba8466b3 (diff)
support set_runenv
Diffstat (limited to 'xmake/core/project/target.lua')
-rw-r--r--xmake/core/project/target.lua3
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"