diff options
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index dc628feb1..7c9ab62b8 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -248,6 +248,8 @@ function project.interpreter() , "target.set_objectdir" -- target.add_xxx , "target.add_files" + -- target.del_xxx + , "target.del_files" } , script = { |
