diff options
| author | ruki <[email protected]> | 2015-10-08 16:41:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-10-08 16:41:47 +0800 |
| commit | 950af3b39e7b728797c030bd4640914fdb186c40 (patch) | |
| tree | 63d623bdc7d224f70cdc699655aa9ab7f4a6767d /xmake/scripts/base/project.lua | |
| parent | 34b6123628ccce51f23207cea7c9c5f025f0a3c1 (diff) | |
add set_runscript api
Diffstat (limited to 'xmake/scripts/base/project.lua')
| -rw-r--r-- | xmake/scripts/base/project.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/base/project.lua b/xmake/scripts/base/project.lua index 89bee0cd6..0a5f41317 100644 --- a/xmake/scripts/base/project.lua +++ b/xmake/scripts/base/project.lua @@ -1097,6 +1097,7 @@ function project._load_targets(file) , "warnings" , "optimize" , "languages" + , "runscript" , "installscript" , "packagescript"} |
